Information about plays

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

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

{
    "id": 3656342,
    "uri": "https://api.kexp.org/v2/plays/3656342/?format=api",
    "airdate": "2026-05-18T09:37:45-07:00",
    "show": 66750,
    "show_uri": "https://api.kexp.org/v2/shows/66750/?format=api",
    "image_uri": "https://coverartarchive.org/release/a271bd0e-ee87-4957-ac87-10653de95cfe/16674899795-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a271bd0e-ee87-4957-ac87-10653de95cfe/16674899795-250.jpg",
    "song": "Superstar",
    "track_id": null,
    "recording_id": "5441806b-3d28-481b-8c3a-b6d15c772c45",
    "artist": "Tim Rice and Andrew Lloyd Webber",
    "artist_ids": [
        "0226e802-58d9-4e2e-9b02-f46711bcbf93",
        "980ee2d8-2ee9-407b-b48e-48360fbc7437"
    ],
    "album": "Jesus Christ Superstar",
    "release_id": null,
    "release_group_id": "da2f0b6c-8875-4db8-a31b-2bb60ed15e63",
    "labels": [
        "Music for Pleasure"
    ],
    "label_ids": [
        "5d4d55aa-6302-41ec-ac5d-b166a6607edb"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's 5th Avenue Theatre just concluded a run of Jesus Christ Superstar. Hope you got a chance to enjoy it!\n\n\"If you'd come today\nYou could have reached a whole nation\nIsrael in 4 BC\nHad no mass communication...\"\nHere are the lyrics: https://genius.com/Jesus-christ-superstar-original-studio-cast-superstar-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}