Spotify Web API v0.1.0 Spotify.Playlists.PlaylistTrack View Source

A Playlist Track object.

KeyValue Description
added_atThe date and time the track was added. Note that some very old playlists may return null in this field.
added_byThe Spotify user who added the track. Note that some very old playlists may return null in this field.
is_localWhether this track is a local file or not.
trackInformation 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()}