PlayRequest
clientIdstringrequired
The client ID, an opaque UUID your application provides
timestampdate-time
The event timestamp
clipIdintegerrequired
The ID of the clip being played
Possible values: >= 1
methodMethodEnum (string)required
Possible values: [Stream, Offline, Sync]
previewbooleanrequired
Whether this is a preview play
offlinebooleanrequired
Whether this is an offline play
PlayRequest
{
"clientId": "YOUR_CLIENT_ID",
"timestamp": "2024-10-26T10:01:00Z",
"clipId": 123,
"method": "Stream",
"preview": false,
"offline": false
}