Information about plays

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

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

{
    "id": 3629448,
    "uri": "https://api.kexp.org/v2/plays/3629448/?format=api",
    "airdate": "2026-03-15T19:44:30-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2b51bf2-ec9b-47d8-9b15-47bd52b173e5/17876337407-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2b51bf2-ec9b-47d8-9b15-47bd52b173e5/17876337407-250.jpg",
    "song": "Release the Beast",
    "track_id": null,
    "recording_id": "218aea0f-9333-460b-9645-0c3f3824185c",
    "artist": "Breakwater",
    "artist_ids": [
        "cbf1e36c-5f6f-4825-9527-d875e06bcfdc"
    ],
    "album": "Splashdown",
    "release_id": null,
    "release_group_id": "e96edaca-dc3e-31b4-81ba-eaa0db2967b3",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When Be With Records re-released \"Release the Beast\" as a 7\" single, they said, \"And, yes, of course this is the tune Daft Punk sampled for their 2005 track “Robot Rock”. Let’s be blunt, they lifted the Philly act’s funk-rock vamping pretty much wholesale. But to be fair to them, we wouldn’t have messed with the perfection of the original either and those Parisians shone a much-needed spotlight on an innovative band from the halcyon period of post-disco funk.\": https://www.bewithrecords.com/products/breakwater-release-the-beast-7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}