Information about plays

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

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

{
    "id": 3635639,
    "uri": "https://api.kexp.org/v2/plays/3635639/?format=api",
    "airdate": "2026-03-30T15:45:23-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://ia601704.us.archive.org/34/items/mbid-5cfd09c6-d8df-4a03-9811-907b2ffadbda/mbid-5cfd09c6-d8df-4a03-9811-907b2ffadbda-6194655124_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-5cfd09c6-d8df-4a03-9811-907b2ffadbda/mbid-5cfd09c6-d8df-4a03-9811-907b2ffadbda-6194655124_thumb250.jpg",
    "song": "El Toro",
    "track_id": "08d6f8ce-a084-4f37-89f8-107bf006be79",
    "recording_id": "690b98cb-bd71-4f86-b4b3-02217400772d",
    "artist": "Bonobo",
    "artist_ids": [
        "9a709693-b4f8-4da9-8cc1-038c911a61be"
    ],
    "album": "Black Sands",
    "release_id": "f4713a97-4266-43a6-932b-a28a4d7a7bdc",
    "release_group_id": "f382cd44-9195-46ce-9362-dadbe16cefe9",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to British musician, producer, and DJ Simon Green aka Bonobo! \n\nOff the fourth album from the LA based artist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}