Information about plays

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

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

{
    "id": 3594572,
    "uri": "https://api.kexp.org/v2/plays/3594572/?format=api",
    "airdate": "2025-12-22T18:50:15-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amid the Blackout of the NIght",
    "track_id": null,
    "recording_id": "fb649ceb-af17-4900-bd5e-9f2254b56d12",
    "artist": "Brittany Davis",
    "artist_ids": [
        "b37debf5-8157-4998-bb80-1bb07914f3ff"
    ],
    "album": "Black Thunder",
    "release_id": null,
    "release_group_id": "643dcadd-abb3-4009-9250-779a5ee6cbb1",
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "We recently had the pleasure of having Brittany Davis in the KEXP Live Room with local legends D'vonne Lewis and Evan Flory Barnes, Black Thunder is an improvised masterpiece of soul & beauty. Check it out here: https://www.youtube.com/watch?v=vIFCYj214Rg\n\nhttps://brittanydavismusic.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}