Information about plays

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

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

{
    "id": 3634391,
    "uri": "https://api.kexp.org/v2/plays/3634391/?format=api",
    "airdate": "2026-03-27T21:23:02-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sound Of The Moribund",
    "track_id": null,
    "recording_id": null,
    "artist": "Vale of Amonition",
    "artist_ids": [
        "1cb2e82e-81e7-4743-bccb-e19884279e34"
    ],
    "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": "Vale of Amonition is a pioneering Progressive/Doom Metal band formed in Uganda in 2009 by vocalist/guitarist Victor Rosewrath. Now operating between Uganda and Kenya, the band is known for its experimental \"tribal doom\" sound, blending dark fantasy, occultism, and intense, narrative-driven lyrics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}