Information about plays

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

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

{
    "id": 3632118,
    "uri": "https://api.kexp.org/v2/plays/3632118/?format=api",
    "airdate": "2026-03-21T21:16:31-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7c098cc-594b-430c-8979-7b7bb7f2efaf/8844162863-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7c098cc-594b-430c-8979-7b7bb7f2efaf/8844162863-250.jpg",
    "song": "Batman",
    "track_id": null,
    "recording_id": "4bcdb74e-01b4-47e2-893a-ef88ab5e8540",
    "artist": "X",
    "artist_ids": [
        "c3219998-4297-4e4b-8c4b-6e0b56d3955a"
    ],
    "album": "X-Aspirations",
    "release_id": null,
    "release_group_id": "d7f9594a-ba45-3a95-86d5-12d14d97eb9b",
    "labels": [
        "Aztec Music"
    ],
    "label_ids": [
        "40188a3f-954e-4ed4-b561-1480d0a2b71a"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Continuing the comic book theme, the 1960s TV versions of Batman and The Green Hornet famously crossed over for a two-part television event.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}