Read a video's summary
The headline numbers for one video over a date range: plays, unique plays, completions, completion rate, average watch time, and bounces. This is the play-to-buyer story in one call.
The response carries Cache-Control: private, max-age=60 and an ETag. Send the ETag back as If-None-Match and a repeat within the window returns 304 Not Modified with no body.
Requires a token with the analytics:read scope.
Server: https://app.trackplay.io/api/v1
Authorizations
A scoped token minted in Settings → API tokens. Send it as Authorization: Bearer tplt_… or X-API-Key: tplt_….
Path Parameters
The video's numeric ID. It is the video_id returned in every analytics response.
Query Parameters
Start of the range, as an ISO date (YYYY-MM-DD). Defaults to 30 days ago.
End of the range, as an ISO date (YYYY-MM-DD). Defaults to today.
Timezone the range is read in, as an IANA name (America/New_York). Defaults to UTC.
