Logo

Docs

Playlists

Get Playlist Relationships

Fetch the tracks for a playlist.

Relationship Endpoint

GET /playlists/{id}/rel/tracks

Endpoint reference: getPlaylistTracks

Path Parameters

NameDescriptionTypeExample
idPlaylist idstringplaylist_123

Query Parameters

Scoped parameters like view[...] and limit[...] can shape included relationships.

NameValuesRequired
langlocale stringfalse
includealbums, artistsfalse
viewminimalfalse
view[songs]minimalfalse
view[albums]minimalfalse
view[artists]minimalfalse
limit[albums]1-25false
limit[artists]1-25false

Responses

StatusContent TypeResponse
200 OKapplication/jsonSongListResponse
404 Not Foundapplication/jsonErrorResponse

On this page