Information about plays

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

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

{
    "id": 3549059,
    "uri": "https://api.kexp.org/v2/plays/3549059/?format=api",
    "airdate": "2025-09-05T02:44:25-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia800202.us.archive.org/10/items/mbid-cb6db0d7-b3ce-4579-a110-70e9ed878470/mbid-cb6db0d7-b3ce-4579-a110-70e9ed878470-13470798748_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/10/items/mbid-cb6db0d7-b3ce-4579-a110-70e9ed878470/mbid-cb6db0d7-b3ce-4579-a110-70e9ed878470-13470798748_thumb250.jpg",
    "song": "Down by the River",
    "track_id": "b02d683a-dbb7-3fae-bbef-2a0a00b6a05e",
    "recording_id": "26a64714-1107-43cc-a627-fbd10bb41541",
    "artist": "Buddy Miles",
    "artist_ids": [
        "575ce447-e37e-4810-a4a2-c3a346455048"
    ],
    "album": "Them Changes",
    "release_id": "cb6db0d7-b3ce-4579-a110-70e9ed878470",
    "release_group_id": "f074ded7-c1b8-3a38-9168-7cb59a454e5c",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And a Neil cover!\n\nBuddy Miles born on this date in 1947 and passed away in 2008 ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}