Information about plays

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

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

{
    "id": 3657923,
    "uri": "https://api.kexp.org/v2/plays/3657923/?format=api",
    "airdate": "2026-05-22T05:02:04-07:00",
    "show": 66782,
    "show_uri": "https://api.kexp.org/v2/shows/66782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drums of Death",
    "track_id": null,
    "recording_id": null,
    "artist": "Afrirampo",
    "artist_ids": [
        "35a8b7b9-8b10-4e9f-ac77-a899d75510a9"
    ],
    "album": "African Voodoo Funeral",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Avant"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Field‑recordings album from a 1996 Vodou funeral in Sogakope, Ghana, recorded by Mark Seidenfeld and released as Drums of Death: African Voodoo Funeral on Avant in 1997",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}