Information about plays

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

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

{
    "id": 3621990,
    "uri": "https://api.kexp.org/v2/plays/3621990/?format=api",
    "airdate": "2026-02-25T05:47:17-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Death Punch",
    "track_id": "a91b23c2-1389-4567-ba87-972be5f7f848",
    "recording_id": "c03df6ef-edbf-409e-93e4-443d7226bbd1",
    "artist": "Vundabar",
    "artist_ids": [
        "e9113fb7-350c-4975-9b16-af633f23cf66"
    ],
    "album": "Surgery and Pleasure (Deluxe)",
    "release_id": "3f745487-96d3-4569-9d15-e9526062afdf",
    "release_group_id": "21664760-073c-4c18-b8dd-2176678ee986",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2026-03-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vundabar's new album releases in March! \nWatch the video for the single to their new album here: https://youtu.be/N012xFDSuE0\n\nThey'll be touring!\nCheck here for dates & locales: https://vundabar.biz/pages/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}