Information about plays

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

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

{
    "id": 3561310,
    "uri": "https://api.kexp.org/v2/plays/3561310/?format=api",
    "airdate": "2025-10-04T18:52:18-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia903107.us.archive.org/10/items/mbid-df2fe470-b0a0-4f23-80d8-7bf987d38913/mbid-df2fe470-b0a0-4f23-80d8-7bf987d38913-7840225389_thumb500.jpg",
    "thumbnail_uri": "https://dn721502.ca.archive.org/0/items/mbid-df2fe470-b0a0-4f23-80d8-7bf987d38913/mbid-df2fe470-b0a0-4f23-80d8-7bf987d38913-7840225389_thumb250.jpg",
    "song": "I Don't Want to Live There",
    "track_id": "ff3b9a0f-a02d-3f7b-af9c-260d488f5330",
    "recording_id": "ca26a988-aae1-46aa-8d64-97573a1668f6",
    "artist": "The Lonely Forest",
    "artist_ids": [
        "9029fab6-3c34-4c50-878f-4434ab5a2a4e"
    ],
    "album": "Arrows",
    "release_id": "df2fe470-b0a0-4f23-80d8-7bf987d38913",
    "release_group_id": "dd989c28-2b38-4907-b756-32737bb613c1",
    "labels": [
        "Trans- Records"
    ],
    "label_ids": [
        "d35da0bc-91df-4fee-81c1-f18b0f3a18da"
    ],
    "release_date": "2011-03-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Arrows is the third studio album by the Anacortes, Washington-based band The Lonely Forest - https://thelonelyforest.bandcamp.com/\n\nHere's The Lonely Forest performing \"I Don't Want To Live There\" live from the Bumbershoot Music Lounge in 2014 - https://www.youtube.com/watch?v=sZ3C9JtTDmg",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}