Information about plays

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

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

{
    "id": 3545941,
    "uri": "https://api.kexp.org/v2/plays/3545941/?format=api",
    "airdate": "2025-08-28T16:25:53-07:00",
    "show": 64411,
    "show_uri": "https://api.kexp.org/v2/shows/64411/?format=api",
    "image_uri": "https://ia801305.us.archive.org/30/items/mbid-635f9f5e-0e9a-38de-afed-ecc189fa4f10/mbid-635f9f5e-0e9a-38de-afed-ecc189fa4f10-15091503529_thumb500.jpg",
    "thumbnail_uri": "https://ia601305.us.archive.org/30/items/mbid-635f9f5e-0e9a-38de-afed-ecc189fa4f10/mbid-635f9f5e-0e9a-38de-afed-ecc189fa4f10-15091503529_thumb250.jpg",
    "song": "Last Bongo in Belgium",
    "track_id": "de0f1d8f-5c8e-30cd-af5c-6a5f3c153904",
    "recording_id": "fe3fa775-d9a7-4d18-84f3-4266c6705fdd",
    "artist": "Incredible Bongo Band",
    "artist_ids": [
        "f72131c1-b677-4324-84c0-9f5991fe4a4e"
    ],
    "album": "Bongo Rock",
    "release_id": "d126ea0c-de01-430a-a8d9-ba5fb6b4160a",
    "release_group_id": "beeb6b52-d7f1-3cf4-9da4-eec7e1d59c02",
    "labels": [],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And here is the Incredible Bongo Band's song that Tori Amos sampled!\n--\nA deep source of samples -- for the Beastie Boys' \"Looking Down the Barrel of a Gun\", for \"Angel\" from Massive Attack, and \"Song of Life\" by Leftfield.  \"Apache\" from the same album has been called one of the most heavily-sampled recordings in history -- check out the trailer for the documentary \"Sample This\", which heavily features this band: https://youtu.be/oDw4MM_W0e8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}