Information about plays

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

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

{
    "id": 3572203,
    "uri": "https://api.kexp.org/v2/plays/3572203/?format=api",
    "airdate": "2025-10-31T11:55:44-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia802903.us.archive.org/16/items/mbid-10698fcb-a4b4-4e67-a306-4380a5cca370/mbid-10698fcb-a4b4-4e67-a306-4380a5cca370-25556020285_thumb500.jpg",
    "thumbnail_uri": "https://ia902903.us.archive.org/16/items/mbid-10698fcb-a4b4-4e67-a306-4380a5cca370/mbid-10698fcb-a4b4-4e67-a306-4380a5cca370-25556020285_thumb250.jpg",
    "song": "What Are You Gonna Be for Halloween?",
    "track_id": "5eeb27a2-f455-3727-a65a-23c2a130cacd",
    "recording_id": "1028d0e6-8b9d-4a33-bcee-50398ffdebb0",
    "artist": "The Delusions",
    "artist_ids": [
        "9f2d2a84-c92b-4dbb-b768-265af2a50359"
    ],
    "album": "Keeping Up Appearances",
    "release_id": "10698fcb-a4b4-4e67-a306-4380a5cca370",
    "release_group_id": "3f21bedd-d648-3fd7-8cff-b5102c0287fd",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band The Delusions formed in 1995. They released \"Halloween\" on their 2003 Keeping Up Appearances album. Their most recent release is the 2020 Elixer Supreme album. \n\nhttps://thedelusions.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}