Information about plays

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

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

{
    "id": 3545616,
    "uri": "https://api.kexp.org/v2/plays/3545616/?format=api",
    "airdate": "2025-08-27T20:54:37-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://ia801605.us.archive.org/34/items/mbid-465d622c-b3d3-47d5-b8b8-25df76b3163f/mbid-465d622c-b3d3-47d5-b8b8-25df76b3163f-22038314808_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/34/items/mbid-465d622c-b3d3-47d5-b8b8-25df76b3163f/mbid-465d622c-b3d3-47d5-b8b8-25df76b3163f-22038314808_thumb250.jpg",
    "song": "21st Century Schizoid Man (radio edit)",
    "track_id": "300a31fc-bc80-4732-9599-ce00b2f8962c",
    "recording_id": "283b7bcc-20c5-4cbb-8085-d4777872eebd",
    "artist": "King Crimson",
    "artist_ids": [
        "b38225b8-8e5f-42aa-bcdc-7bae5b5bdab3"
    ],
    "album": "21st Century Schizoid Man (radio edit)",
    "release_id": "465d622c-b3d3-47d5-b8b8-25df76b3163f",
    "release_group_id": "772798b2-979f-4ba3-b1b3-d16494fd9b0d",
    "labels": [
        "Discipline Records"
    ],
    "label_ids": [
        "86e5e924-746b-48c8-af57-f689eef2611d"
    ],
    "release_date": "2019-01-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Steve the Scribe, former host of Shake the Shack here at KEXP!\n--\nThis song has been covered by Fuzz, Black Midi, and Ozzy, but at one point King Crimson decided to stop playing it live: https://faroutmagazine.co.uk/king-crimson-refused-to-play-21st-century-schizoid-man-live/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}