Spotify Web API v0.4.0 Spotify.Playlists View Source
For manipulating playlists.
Link to this section Summary
Types
The date and time the track was added. Note that some very old playlists may return null in this field
The Spotify user who added the track. Note that some very old playlists may return null in this field
true
if the owner allows other users to modify the playlist
The playlist description. Only returned for modified, verified playlists, otherwise null
Known external URLs for this playlist
Information about the followers of the playlist
A link to the Web API endpoint providing full details of the playlist
The Spotify ID for the playlist
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See Working with Playlists
Whether this track is a local file or not
The name of the playlist
The user who owns the playlist
The playlist’s public/private status: true
the playlist is public,
false
the playlist is private, null
the playlist status is not relevant.
For more about public/private status, see Working with Playlists
The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version: see Remove tracks from a playlist
Information about the track
Information about the tracks of the playlist
The object type: playlist
The Spotify URI for the playlist
Link to this section Types
The date and time the track was added. Note that some very old playlists may return null in this field.
The Spotify user who added the track. Note that some very old playlists may return null in this field.
true
if the owner allows other users to modify the playlist.
The playlist description. Only returned for modified, verified playlists, otherwise null
.
Known external URLs for this playlist.
Information about the followers of the playlist.
A link to the Web API endpoint providing full details of the playlist.
The Spotify ID for the playlist.
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See Working with Playlists.
Note: If returned, the source URL for the image ( url ) is temporary and will expire in less than a day.
Whether this track is a local file or not.
The name of the playlist.
The user who owns the playlist
The playlist’s public/private status: true
the playlist is public,
false
the playlist is private, null
the playlist status is not relevant.
For more about public/private status, see Working with Playlists.
The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version: see Remove tracks from a playlist
Information about the track.
tracks() :: Spotify.Pagings.Paging.t(Spotify.Playlists.PlaylistTrack.t())
Information about the tracks of the playlist.
The object type: playlist
The Spotify URI for the playlist.