Information about plays

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

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

{
    "id": 3635640,
    "uri": "https://api.kexp.org/v2/plays/3635640/?format=api",
    "airdate": "2026-03-30T15:49:07-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://dn710106.ca.archive.org/0/items/mbid-b92dc428-c690-47c7-827f-aa5b6bb78208/mbid-b92dc428-c690-47c7-827f-aa5b6bb78208-43150698425_thumb500.jpg",
    "thumbnail_uri": "https://dn710106.ca.archive.org/0/items/mbid-b92dc428-c690-47c7-827f-aa5b6bb78208/mbid-b92dc428-c690-47c7-827f-aa5b6bb78208-43150698425_thumb250.jpg",
    "song": "IN MY HEAD",
    "track_id": "3c97cd32-3d26-495f-bb32-cbe07bd2143f",
    "recording_id": "48b05ba3-2db1-4389-baae-34a31dbd3f5a",
    "artist": "Heavy Bloom",
    "artist_ids": [
        "6d49f7fa-cd89-40ff-a2ec-c79cf17d5413"
    ],
    "album": "IN MY HEAD",
    "release_id": "b92dc428-c690-47c7-827f-aa5b6bb78208",
    "release_group_id": "ebc0ec5c-9b0d-429f-babe-5cfe1b7eb154",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-09-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Heavy Bloom is a Seattle-based  band formed around 2020 by Jeanie Marinella (vocals) and Joji Harada (drums/production). The full lineup includes Demarcus (guitar), Cory (bass), and Jacob (keys).\n\nhttps://www.heavybloom.band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}