Skip to main content

PlayRequest

clientIdstringrequired

The client ID, an opaque UUID provided by the app

timestampstring

The event timestamp

clipIdnumberrequired

The ID of the clip being played

methodMethodEnum (string)required

The method used to play the clip. One of Stream, Offline, Sync.

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
}