Information about plays

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

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

{
    "id": 3610611,
    "uri": "https://api.kexp.org/v2/plays/3610611/?format=api",
    "airdate": "2026-01-29T12:06:58-08:00",
    "show": 65785,
    "show_uri": "https://api.kexp.org/v2/shows/65785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco Heaven 54",
    "track_id": "87e7f986-1e74-4cdd-8a7b-22d58e037896",
    "recording_id": "e5e1945a-30e2-4735-879d-baf3dc52c424",
    "artist": "Midpak",
    "artist_ids": [
        "2049c589-01fb-4b2b-80a9-d7f4b8be5f2e"
    ],
    "album": "Disco Heaven 54",
    "release_id": "92d0043c-7f32-43dd-8594-f4f1e4bb7b02",
    "release_group_id": "f26e3b0c-23fd-4cc1-8129-fd9b649eec93",
    "labels": [
        "Middy P Ink"
    ],
    "label_ids": [
        "56bdf9c1-ed2f-415d-8174-42500f10406f"
    ],
    "release_date": "2026-01-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing TONIGHT, 1/29 at Add-a-Ball in Seattle (with RUB, and supporting Analog Dog)! https://add-a-ball.com/#/events\n\n\"Coming out of Seattle, Washington, Midpak is an instrumental funk-fueled psychedelic experience. With influences ranging from 70’s funk to global grooves, and no fear of electronica, Midpak has created a new unique sound, and they’re eager to share.\" https://www.midpak.net/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}