Spotify Web API v0.1.0 Spotify.Users.PlayHistory View Source
A Play History object.
Key | Value Description |
---|---|
track | The track the user listened to. |
played_at | The date and time the track was played. |
context | The context the track was played from. |
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Users.PlayHistory{context: Spotify.Context.t(), played_at: Spotify.Timestamp.t(), track: Spotify.Tracks.TrackSimple.t()}