Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SimplifiedPlaylistObject

Index

Properties

collaborative

collaborative: boolean

true if the owner allows other users to modify the playlist

description

description: null | string

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

external_urls

external_urls: ExternalUrlObject

Known external URLs for this playlist

href

href: string

A link to the Web API endpoint providing full details of the playlist

id

id: string

The Spotify ID for the playlist

images

images: ImageObject[]

Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order.

⚠️Note: If returned, the source URL for the image (url) is temporary and will expire in less than a day

name

name: string

The name of the playlist

owner

The user who owns the playlist

public

public: null | boolean

The playlist’s public/private status:true the playlist is public, false the playlist is private, null the playlist status is not relevant

snapshot_id

snapshot_id: string

The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version

tracks

A collection containing a link (href) to the Web API endpoint where full details of the playlist’s tracks can be retrieved, along with the total number of tracks in the playlist.

⚠️Note: A track object may be null. This can happen if a track is no longer available

type

type: string

The object type: playlist

uri

uri: string

The Spotify URI for the playlist

Legend

  • Property

Generated using TypeDoc