Information about plays

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

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

{
    "id": 3629643,
    "uri": "https://api.kexp.org/v2/plays/3629643/?format=api",
    "airdate": "2026-03-16T06:54:49-07:00",
    "show": 66196,
    "show_uri": "https://api.kexp.org/v2/shows/66196/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-548e8c9c-b897-3bb8-95be-c2a0f3796523/mbid-548e8c9c-b897-3bb8-95be-c2a0f3796523-43133975144_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-548e8c9c-b897-3bb8-95be-c2a0f3796523/mbid-548e8c9c-b897-3bb8-95be-c2a0f3796523-43133975144_thumb250.jpg",
    "song": "I’m a Cuckoo",
    "track_id": "463c481a-814f-3ff5-8e38-d95266706853",
    "recording_id": "c28fb269-1c7d-4950-86de-69ae6f264163",
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Dear Catastrophe Waitress",
    "release_id": "548e8c9c-b897-3bb8-95be-c2a0f3796523",
    "release_group_id": "8ad0c295-a1f4-3bd2-8abb-3659320c062e",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2003-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm a Cuckoo\" was the second single from Belle and Sebastian's 2003 album, Dear Catastrophe Waitress. \n\nThe lyrics include the line, \"I'd rather listen to Thin Lizzy-oh,\" and the song's twin-guitar melody is a direct homage to the classic rock band.\n\nWatch the official video here:\nhttps://www.youtube.com/watch?v=GuKuw71YBbI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}