Information about plays

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

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

{
    "id": 3554925,
    "uri": "https://api.kexp.org/v2/plays/3554925/?format=api",
    "airdate": "2025-09-19T08:05:16-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cookin' the Books",
    "track_id": "01a9582b-0b02-4102-9c0f-ac04d7ac9d83",
    "recording_id": "c122704e-ae74-4940-af38-b5f0ab80ca27",
    "artist": "Cookin’ on 3 Burners",
    "artist_ids": [
        "5c55bacc-dce2-493d-95ea-937c2e96373c"
    ],
    "album": "Cookin' the Books B/W Give a Little Bit More",
    "release_id": "34363112-962e-4117-8cd8-a80a5d306617",
    "release_group_id": "bf82d789-5f84-48b6-bf0e-11a3c82e78e1",
    "labels": [
        "Soul Messin' Records"
    ],
    "label_ids": [
        "8c0a3921-4a80-4c5a-9964-feac4c7ac53f"
    ],
    "release_date": "2025-08-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cookin' On 3 Burners are a powerhouse trio from Australia,  blending deep funk, raw soul, and a signature Hammond organ groove that has captured audiences worldwide\": https://www.cookinon3burners.com/about-us/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}