Information about plays

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

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

{
    "id": 3634936,
    "uri": "https://api.kexp.org/v2/plays/3634936/?format=api",
    "airdate": "2026-03-29T01:24:28-07:00",
    "show": 66308,
    "show_uri": "https://api.kexp.org/v2/shows/66308/?format=api",
    "image_uri": "https://coverartarchive.org/release/39c6f60c-af5a-4727-8dac-9d4927f27711/36275124561-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39c6f60c-af5a-4727-8dac-9d4927f27711/36275124561-250.jpg",
    "song": "I Won’t Come Back",
    "track_id": null,
    "recording_id": "abc4c31b-1e5d-4526-837a-47c030314d68",
    "artist": "Grief",
    "artist_ids": [
        "9a2244c4-29e5-4b66-aec5-13699e8c4e4c"
    ],
    "album": "…and Man Will Become the Hunted",
    "release_id": null,
    "release_group_id": "5db36674-b6ca-3461-b6cb-35e0a5114f01",
    "labels": [
        "Pessimiser"
    ],
    "label_ids": [
        "9d7fb719-0e6f-468b-93c1-7e986d951bab"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grief is often credited with pioneering the \"suffering\" style of sludge metal, and \"I Won’t Come Back\" is its peak. The track is built on a foundation of agonizingly slow, crust-influenced riffs and Jeff Hayward’s signature strained, desperate vocals. https://centurymedia.bandcamp.com/album/come-to-grief",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}