Information about plays

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

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

{
    "id": 3565822,
    "uri": "https://api.kexp.org/v2/plays/3565822/?format=api",
    "airdate": "2025-10-16T10:42:46-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ef07104-9fdb-49ea-a22b-feb04307e8eb/41666737766-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ef07104-9fdb-49ea-a22b-feb04307e8eb/41666737766-250.jpg",
    "song": "The Catastrophe (Good Luck with That, Man)",
    "track_id": null,
    "recording_id": "612196c1-c5d0-4a1d-b02d-f99034691f73",
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "The Scholars",
    "release_id": null,
    "release_group_id": "1ffb40da-b2b5-486b-aec8-e3e685e9983e",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Will Toledo, of Seattle-based Car Seat Headrest, wanted the band’s latest release to be a concept album in the tradition of a rock opera. 'The Scholars' delivers just that: strong storytelling within each of its nine tracks, inventing characters in a “fictional America,” attesting to the human search for meaning inside and outside of ourselves.\n\nDig into KEXP's A Deeper Listen podcast where Will sat down with Chery Waters and discussed the new album, touring life after his experience with long COVID and much more:\nhttps://www.kexp.org/podcasts/a-deeper-listen/2025/8/26/car-seat-headrest-delivers-the-next-big-rock-opera/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}