Information about plays

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

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

{
    "id": 3596868,
    "uri": "https://api.kexp.org/v2/plays/3596868/?format=api",
    "airdate": "2025-12-27T20:01:01-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plum Walker",
    "track_id": "354c8a32-2a3c-4cfb-ae58-72a09e794651",
    "recording_id": "1dbec831-b544-410b-ba68-d0cea935037e",
    "artist": "Reverse Death",
    "artist_ids": [
        "1718728e-f056-42d8-a312-d2d0ebec2f0f"
    ],
    "album": "Reflectors, Vol. I",
    "release_id": "c4fe6c36-6041-4cda-a042-163b3947236b",
    "release_group_id": "4ca58977-d7be-432b-ac01-c9cc4a1f228c",
    "labels": [
        "Halfshell Records",
        "Dead Currencies"
    ],
    "label_ids": [
        "73f1c56c-ba9b-4413-8bc8-297e21947c27",
        "49a7902b-c8a3-4bd2-b89a-55fc04c90069"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music from ambient fuzz pop band Reverse Death, from Seattle! This song was originally released as part of a split record with Brazilian band Orua.\n\nhttps://reversedeath.bandcamp.com/album/return-to-the-mud",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}