Information about plays

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

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

{
    "id": 3635960,
    "uri": "https://api.kexp.org/v2/plays/3635960/?format=api",
    "airdate": "2026-03-31T09:36:03-07:00",
    "show": 66328,
    "show_uri": "https://api.kexp.org/v2/shows/66328/?format=api",
    "image_uri": "https://dn721805.ca.archive.org/0/items/mbid-02e76b0a-b9c6-4f28-97cd-f09e93c5490c/mbid-02e76b0a-b9c6-4f28-97cd-f09e93c5490c-42933266015_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-02e76b0a-b9c6-4f28-97cd-f09e93c5490c/mbid-02e76b0a-b9c6-4f28-97cd-f09e93c5490c-42933266015_thumb250.jpg",
    "song": "American Teenager",
    "track_id": "1a142c1a-ea11-4709-b3d9-c3638d8a1a23",
    "recording_id": "8e8262af-7b3c-4f3a-bead-8eb3b69d784f",
    "artist": "Ethel Cain",
    "artist_ids": [
        "677e31f1-4035-463c-8ca4-41175440c919"
    ],
    "album": "Preacher's Daughter",
    "release_id": "02e76b0a-b9c6-4f28-97cd-f09e93c5490c",
    "release_group_id": "5413753c-9404-4cb7-af0c-f3957a91487d",
    "labels": [
        "Daughters of Cain Records"
    ],
    "label_ids": [
        "a0687f2d-67bd-474a-bc03-17f64cc720f3"
    ],
    "release_date": "2022-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the song, Ethel Cain said, \"I wrote this song as an expression of my frustration with all the things the ‘American Teenager’ is supposed to be but never had any real chance of becoming.\" https://pitchfork.com/news/ethel-cain-shares-new-song-american-teenager-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}