Information about plays

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

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

{
    "id": 3656902,
    "uri": "https://api.kexp.org/v2/plays/3656902/?format=api",
    "airdate": "2026-05-19T16:39:36-07:00",
    "show": 66761,
    "show_uri": "https://api.kexp.org/v2/shows/66761/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-ebc3d9ee-b1dd-4814-85da-dae8e1862b91/mbid-ebc3d9ee-b1dd-4814-85da-dae8e1862b91-44988469321_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-ebc3d9ee-b1dd-4814-85da-dae8e1862b91/mbid-ebc3d9ee-b1dd-4814-85da-dae8e1862b91-44988469321_thumb250.jpg",
    "song": "Snake Pit",
    "track_id": "fa3eeab4-fc39-49e7-98d6-c9b30eda1ac1",
    "recording_id": "19b861a2-a896-4a29-aa75-0135f6a20226",
    "artist": "Chico Detour",
    "artist_ids": [
        "f4de5f74-75e0-48fe-8e4f-e4913ae1c806"
    ],
    "album": "Snake Pit",
    "release_id": "ebc3d9ee-b1dd-4814-85da-dae8e1862b91",
    "release_group_id": "3c8e5720-98a2-479a-ba39-2adf225d87e4",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-04-24",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Chico Detour in Seattle on Friday, June 19th at the Belltown Yacht Club! \n\nGet the new EP:\nhttps://dentapes.bandcamp.com/album/wash-it-down",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}