Spotify Web API v0.4.0 Spotify.Playlists View Source

For manipulating playlists.

Spotify Docs

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.

Link to this type collaborative() View Source
collaborative() :: boolean()

true if the owner allows other users to modify the playlist.

Link to this type description() View Source
description() :: String.t() | nil

The playlist description. Only returned for modified, verified playlists, otherwise null.

Link to this type external_urls() View Source
external_urls() :: Spotify.ExternalUrls.t()

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.

Link to this type is_local() View Source
is_local() :: boolean()

Whether this track is a local file or not.

The name of the playlist.

The user who owns the playlist

Link to this type public() View Source
public() :: boolean() | nil

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.

Link to this type snapshot_id() View Source
snapshot_id() :: String.t()

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.