Information about plays

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

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

{
    "id": 3640680,
    "uri": "https://api.kexp.org/v2/plays/3640680/?format=api",
    "airdate": "2026-04-11T09:32:16-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wa Dem a Go Do Riddim",
    "track_id": null,
    "recording_id": "0e7b556e-c75d-4c94-a48e-272d07ea319b",
    "artist": "Zenzile",
    "artist_ids": [
        "813d273f-a945-4c09-8318-49dba4fd13a4"
    ],
    "album": "Irie Ites Meets Zenzile",
    "release_id": null,
    "release_group_id": "185e2f5c-4177-4a56-87a4-b192e06b5616",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zenzile is a pioneering French dub band formed in Angers in the late 1990s, renowned as a cornerstone of the French alternative dub scene alongside High Tone. Known for blending bass-heavy dub with post-punk, rock, and soul-jazz, they have released numerous albums, including Meta Meta (2006) and Pawn Shop (2009).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}