Spotify Web API v0.1.0 Spotify.Users.PlayHistory View Source

A Play History object.

KeyValue Description
trackThe track the user listened to.
played_atThe date and time the track was played.
contextThe 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()}