Information about plays

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

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

{
    "id": 3641000,
    "uri": "https://api.kexp.org/v2/plays/3641000/?format=api",
    "airdate": "2026-04-12T00:54:38-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "https://coverartarchive.org/release/b89d79d2-d30e-4519-88f4-38e673df44ad/30575885307-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b89d79d2-d30e-4519-88f4-38e673df44ad/30575885307-250.jpg",
    "song": "Empire of the Necromancers",
    "track_id": null,
    "recording_id": "c9b68f7f-c8f7-4cf0-acaf-5439728d83d6",
    "artist": "Worm",
    "artist_ids": [
        "6313658e-cd68-4c81-9778-17ce3825748e"
    ],
    "album": "Foreverglade",
    "release_id": null,
    "release_group_id": "2253a7b9-5922-4f47-a93c-bc8471c42483",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2021-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from the \"swampy recesses\" of Florida, Worm is a blackened funeral doom project led by multi-instrumentalist Phantom Slaughter. The band is performing at Northwest Terror Fest at Neumos in Seattle on May 8, 2026. More info: https://www.20buckspin.com/collections/worm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}