Information about plays

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

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

{
    "id": 3530234,
    "uri": "https://api.kexp.org/v2/plays/3530234/?format=api",
    "airdate": "2025-07-22T06:13:05-07:00",
    "show": 64081,
    "show_uri": "https://api.kexp.org/v2/shows/64081/?format=api",
    "image_uri": "https://ia601501.us.archive.org/13/items/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc-16443086809_thumb500.jpg",
    "thumbnail_uri": "https://ia601501.us.archive.org/13/items/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc-16443086809_thumb250.jpg",
    "song": "Love Buzz",
    "track_id": "e874b79e-3424-3a11-9fe0-e75a643e06da",
    "recording_id": "1adfecb7-875f-4203-b3b1-8e2e643f94a2",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Bleach",
    "release_id": "ca69bae7-9191-3bca-ba91-c65bd968b4fc",
    "release_group_id": "f1afec0b-26dd-3db5-9aa1-c91229a74a24",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-11-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Nirvana covering Shocking Blue.\n\nAs the legend goes, Kurt Cobain stopped by KCMU (what would become KEXP) after the release of Nirvana’s first 7-inch single, Love Buzz / Big Cheese. He personally handed over a copy to the station then sat in his car with his radio tuned in and waited to hear his song. When he didn’t hear it, he called in and requested the song himself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}