Information about plays

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

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

{
    "id": 3567596,
    "uri": "https://api.kexp.org/v2/plays/3567596/?format=api",
    "airdate": "2025-10-20T11:40:45-07:00",
    "show": 64886,
    "show_uri": "https://api.kexp.org/v2/shows/64886/?format=api",
    "image_uri": "https://ia800804.us.archive.org/28/items/mbid-c48ef813-dd64-4bf2-aa8a-515911fbbfa9/mbid-c48ef813-dd64-4bf2-aa8a-515911fbbfa9-40882909868_thumb500.jpg",
    "thumbnail_uri": "https://ia600804.us.archive.org/28/items/mbid-c48ef813-dd64-4bf2-aa8a-515911fbbfa9/mbid-c48ef813-dd64-4bf2-aa8a-515911fbbfa9-40882909868_thumb250.jpg",
    "song": "Ephemera",
    "track_id": "4a77139d-2175-401a-b40b-3de46dec7e10",
    "recording_id": "57eb0594-df45-4963-84b8-04c286252d9b",
    "artist": "Great Grandpa",
    "artist_ids": [
        "fe920df0-e56d-4556-84c4-11f530ec4abc"
    ],
    "album": "Patience, Moonbeam",
    "release_id": "c48ef813-dd64-4bf2-aa8a-515911fbbfa9",
    "release_group_id": "e554a7c2-a1dd-47b1-aa2b-e62d99bab2ca",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://greatgrandpa.bandcamp.com/music\n\nWatch the Great Grandpa KEXP Live 2021 performance here: https://www.youtube.com/watch?v=dbs3PkW61h0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}