Information about plays

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

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

{
    "id": 3547212,
    "uri": "https://api.kexp.org/v2/plays/3547212/?format=api",
    "airdate": "2025-08-31T15:32:16-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-8b0cebdd-f995-421d-bf1e-b1d5d686be40/mbid-8b0cebdd-f995-421d-bf1e-b1d5d686be40-42830900821_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-8b0cebdd-f995-421d-bf1e-b1d5d686be40/mbid-8b0cebdd-f995-421d-bf1e-b1d5d686be40-42830900821_thumb250.jpg",
    "song": "Heal Again",
    "track_id": "1ed66162-ac65-4ffc-84cc-122650efe3ec",
    "recording_id": "79d79fe8-9e9b-4193-994c-a7c906abc453",
    "artist": "Beach Vacation",
    "artist_ids": [
        "a89df1d6-b386-4141-878a-c778b8d5452e"
    ],
    "album": "Heal Again",
    "release_id": "8b0cebdd-f995-421d-bf1e-b1d5d686be40",
    "release_group_id": "69c244b2-f5a1-41ed-9d5a-ed06af07bd94",
    "labels": [
        "16 Entertainment LLC"
    ],
    "label_ids": [
        "976f0a8c-2a25-4fc1-b925-413c90a1650f"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New from the Seattle band. Playing Oct. 11 in Seattle at Madame Lou's. 0ct.. 13 in SF at Cafe de Nord.  First spin of this song on KEXP. https://beachvacation.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}