Information about plays

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

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

{
    "id": 3633908,
    "uri": "https://api.kexp.org/v2/plays/3633908/?format=api",
    "airdate": "2026-03-26T13:46:26-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "https://coverartarchive.org/release/5050e4d2-eda4-4d4d-a61b-be2a4d278d90/23579605118-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5050e4d2-eda4-4d4d-a61b-be2a4d278d90/23579605118-250.jpg",
    "song": "Hole in the Sky",
    "track_id": null,
    "recording_id": "6f97b6f6-c17d-4757-94b0-5c0e4798e3f7",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Sabotage",
    "release_id": null,
    "release_group_id": "8ef6fc58-d87a-46cf-ab9d-077291784ada",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1975-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bassist Geezer Butler: \"The most prophetic lyrics I have ever written. The Western world going down in the East, a hole in the ozone layer, no future in cars. It seemed to me that everything east of Europe was becoming a threat. Japan was rising in the business world, Chairman Mao was building up China, the Soviet Union was threatening nuclear war, and the Middle East was in turmoil as usual. At the time, oil was on everyone's minds and petrol was being rationed.  ー We were burned out by the time the album was finished.\"\n--\nSee Black Sabbath perform this one live in California in 1975: https://www.youtube.com/watch?v=xbyohIKIsoU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}