Information about plays

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

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

{
    "id": 3640991,
    "uri": "https://api.kexp.org/v2/plays/3640991/?format=api",
    "airdate": "2026-04-12T00:04:37-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/f855dd5a-46da-4462-81f6-009f977b3833/40726710435-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f855dd5a-46da-4462-81f6-009f977b3833/40726710435-250.jpg",
    "song": "Penduncular Hallucinosis",
    "track_id": null,
    "recording_id": "de48f34e-3980-4c75-bf62-5bf63042624c",
    "artist": "Horse Butcher",
    "artist_ids": [
        "ffc3aa56-6b3c-4922-9b4d-46d98f5242eb"
    ],
    "album": "Horse Butcher",
    "release_id": null,
    "release_group_id": "06204e0e-193c-4cc7-8f6b-270e6e091345",
    "labels": [
        "Sentient Ruin Laboratories"
    ],
    "label_ids": [
        "46d5e55e-46af-45e7-9dc5-478d71135b35"
    ],
    "release_date": "2024-12-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in the Pacific Northwest, Horse Butcher is a deathgrind project known for themes of medical horror and anatomical trauma. You can catch them live at the Northwest Terror Fest on May 7th at Neumos in Seattle. https://northwestterrorfest.com/ https://sentientruin.bandcamp.com/album/horse-butcher",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}