Information about plays

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

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

{
    "id": 3624774,
    "uri": "https://api.kexp.org/v2/plays/3624774/?format=api",
    "airdate": "2026-03-03T10:43:12-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lake Winnebago",
    "track_id": "81889cc2-cc26-4b5e-8538-fcfe3c452855",
    "recording_id": "23b27a61-c10a-4a5d-8eb5-986944eec4c4",
    "artist": "Bill Callahan",
    "artist_ids": [
        "c309d914-93af-4b3f-8058-d79c75ea89da"
    ],
    "album": "My Days of 58",
    "release_id": "6d5cd7c1-6fe5-4c46-a528-8755e82d1dfb",
    "release_group_id": "349e0f25-131d-4f12-bd04-3c1ff84f74b0",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Last time I was there was to bury Mom and Dad...\"  Here are the lyrics: https://www.azlyrics.com/lyrics/billcallahan/lakewinnebago.html\n--\nOn his new album, Bill Callahan explores mortality and his legacy: https://www.spin.com/2026/03/bill-callahan-confronts-mortality-and-legacy-on-my-days-of-58/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}