Spotify Web API v0.1.0 Spotify.Playlists.PlaylistTrack View Source
A Playlist Track object.
| Key | Value Description |
|---|---|
| added_at | The date and time the track was added. Note that some very old playlists may return null in this field. |
| added_by | The Spotify user who added the track. Note that some very old playlists may return null in this field. |
| is_local | Whether this track is a local file or not. |
| track | Information about the track. |
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Playlists.PlaylistTrack{added_at: Spotify.Timestamp.t(), added_by: Spotify.Users.UserPublic.t(), is_local: boolean(), track: Spotify.Tracks.TrackFull.t()}