Information about plays

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

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

{
    "id": 3624409,
    "uri": "https://api.kexp.org/v2/plays/3624409/?format=api",
    "airdate": "2026-03-02T13:13:32-08:00",
    "show": 66073,
    "show_uri": "https://api.kexp.org/v2/shows/66073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Wi Goh Dung Deh",
    "track_id": "6b583d70-1a83-4e28-815f-40e76884c5b0",
    "recording_id": "49c37580-45b2-488e-958d-b9f06c566216",
    "artist": "Linton Kwesi Johnson",
    "artist_ids": [
        "f27042c2-3a42-4529-876c-3aa0b4fd53fe"
    ],
    "album": "Dread Beat An' Blood",
    "release_id": "07e54eb7-da8c-42fc-9fb9-a3f5d77c72c9",
    "release_group_id": "37fdb3f1-3856-3621-a0d2-f9c8bd52efdf",
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut album from British reggae band Poet and Roots which was formed to record dub poet Linton Kwesi Johnson's poems with dub backing tracks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}