Information about plays

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

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

{
    "id": 3591374,
    "uri": "https://api.kexp.org/v2/plays/3591374/?format=api",
    "airdate": "2025-12-15T09:13:51-08:00",
    "show": 65385,
    "show_uri": "https://api.kexp.org/v2/shows/65385/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That Summer, at Home I Had Become the Invisible Boy",
    "track_id": "0691a4eb-4f46-34aa-9949-30adae1c13dc",
    "recording_id": "b83ee8c7-3d8f-4332-9ffd-dc25fde6c89d",
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "Fourteen Autumns & Fifteen Winters",
    "release_id": "c8e850b0-f816-41cf-8fd7-625e2e03ea6f",
    "release_group_id": "140b5d91-f95b-310a-a9b0-efbb129e7e0b",
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2007-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title and lyrics are a reference to one of Graham's favorite films, Stand by Me.\nhttps://www.songfacts.com/facts/the-twilight-sad/that-summer-at-home-i-had-become-the-invisible-boy\n\nThis was the first single released by this Scottish post-punk/indie rock band and the first song ever written by the band's vocalist James Graham. \n\nHere's The Twilight Sad performing live in the KEXP studio in 2018 - https://www.youtube.com/watch?v=QYEXZcb-C0g \n\nhttps://thetwilightsad.bandcamp.com/track/that-summer-at-home-i-had-become-the-invisible-boy-9\nhttps://thetwilightsad.com/en-us",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}