Information about plays

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

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

{
    "id": 3635662,
    "uri": "https://api.kexp.org/v2/plays/3635662/?format=api",
    "airdate": "2026-03-30T17:29:45-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ranjha",
    "track_id": null,
    "recording_id": null,
    "artist": "Shye Ben Tzur, Johnny Greenwood & The Rajasthan Express",
    "artist_ids": [],
    "album": "Ranjha",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "world circuit"
    ],
    "label_ids": [],
    "release_date": "2026-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Title track from forthcoming record of the same name. \nRanjha is the new album and collaboration between award-winning composer and Radiohead guitarist Jonny Greenwood, celebrated composer/musician Shye Ben Tzur, and the Indian ensemble The Rajasthan Express. The upcoming album is a follow-up to their acclaimed debut Junun, which just celebrated its 10th anniversary.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}