Information about plays

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

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

{
    "id": 3612517,
    "uri": "https://api.kexp.org/v2/plays/3612517/?format=api",
    "airdate": "2026-02-03T02:56:32-08:00",
    "show": 65827,
    "show_uri": "https://api.kexp.org/v2/shows/65827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-4b6429c1-b98f-46a5-a5de-033b6e443bc5/mbid-4b6429c1-b98f-46a5-a5de-033b6e443bc5-44021723276_thumb250.jpg",
    "song": "Plush",
    "track_id": "abf2e807-86c4-47b2-a9ce-b5551d9e3960",
    "recording_id": "d8644f46-22b8-4c5e-b847-6659f0d3336e",
    "artist": "DJ Seinfeld",
    "artist_ids": [
        "595058cd-36fe-4994-8933-df92ff68ebd7"
    ],
    "album": "Plush",
    "release_id": "4b6429c1-b98f-46a5-a5de-033b6e443bc5",
    "release_group_id": "3e860240-fb44-41e3-8f63-f1adba1f92e4",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2026-01-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://djseinfeld.bandcamp.com/album/plush",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}