Playlists
Get a Playlist
Fetch a single playlist resource by id.
Endpoint
GET /playlists/{id}
Endpoint reference: getPlaylist
Use this endpoint when you already know the playlist id and want the canonical playlist resource.
What You Can Include
tracks
Path Parameters
| Name | Description | Type | Example |
|---|---|---|---|
id | Playlist id | string | playlist_123 |
Query Parameters
Scoped parameters like view[...] and limit[...] can shape included relationships.
| Name | Values | Required |
|---|---|---|
lang | locale string | false |
include | tracks | false |
view | minimal | false |
view[playlists] | minimal | false |
view[songs] | minimal | false |
limit[tracks] | 1-25 | false |
Response Shape
Returns a single playlist resource wrapped in data.
- full form:
Playlist - minimal form:
BasePlaylist
Responses
| Status | Content Type | Response |
|---|---|---|
200 OK | application/json | PlaylistResponse |
404 Not Found | application/json | ErrorResponse |