PlayStat Class
The PlayStat
class holds info about a play event, like when api/stats/log-play
or api/stats/log-skip
are called
Properties
Property | Type | Description |
---|---|---|
_id |
string |
Unique identifier for the play event. |
TrackId |
string |
ID of the track that was played. |
AlbumId |
string |
ID of the album containing the track. |
ArtistIds |
List<string> |
List of artist IDs associated with the track. |
Genres |
List<string> |
Genres associated with the track. |
Device |
string |
Device from which the track was played. |
UserId |
string |
ID of the user who played the track. |
Duration |
string |
Duration of the play event. |
Type |
string |
Type of play event (e.g., "Play", "Skip"). |
LogDate |
DateTime |
Date and time when the play event was logged. |