Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3620051/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3620051,
    "uri": "https://api.kexp.org/v2/plays/3620051/?format=api",
    "airdate": "2026-02-20T20:05:15-08:00",
    "show": 65986,
    "show_uri": "https://api.kexp.org/v2/shows/65986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Star",
    "track_id": null,
    "recording_id": null,
    "artist": "Reel People Ft Tony Momrelle",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tony Momrelle (born Anthony Momrelle on 28 April 1973) is a British R&B and jazz singer and is one of the current lead vocalists of the band Incognito. Before his stint in Incognito, Momrelle was already a solo recording artist who released two studio albums under his name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}