Information about plays

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

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

{
    "id": 3634932,
    "uri": "https://api.kexp.org/v2/plays/3634932/?format=api",
    "airdate": "2026-03-29T01:00:51-07:00",
    "show": 66308,
    "show_uri": "https://api.kexp.org/v2/shows/66308/?format=api",
    "image_uri": "https://coverartarchive.org/release/55e6db80-da4d-4b86-930f-c09f2ec1b093/44696076305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/55e6db80-da4d-4b86-930f-c09f2ec1b093/44696076305-250.jpg",
    "song": "In the Waiting Hours",
    "track_id": null,
    "recording_id": "028d6723-3d76-46b4-8b6d-ee3bfae3703f",
    "artist": "Neurosis",
    "artist_ids": [
        "a9416fb3-4d28-4575-abae-f0d160be83ed"
    ],
    "album": "An Undying Love for a Burning World",
    "release_id": null,
    "release_group_id": "d311b0eb-11b0-4115-a989-c18189b60b2f",
    "labels": [
        "Neurot Recordings"
    ],
    "label_ids": [
        "90f4b73e-9367-4020-86c3-34ea4bb83014"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A massive, 10-minute centerpiece from their surprise twelfth studio album, An Undying Love for a Burning World. Released via Neurot Recordings on March 20, 2026, this marks the band's first new music in a decade. https://neurosis.bandcamp.com/album/an-undying-love-for-a-burning-world\nFirst live performance will be at Fire In The Mountains, presented by the Firekeeper Alliance.\nhttps://www.fitmfest.com/\nhttps://firekeeperalliance.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}