Information about plays

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

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

{
    "id": 3657410,
    "uri": "https://api.kexp.org/v2/plays/3657410/?format=api",
    "airdate": "2026-05-20T22:45:11-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://dn710908.ca.archive.org/0/items/mbid-8043f65e-ac67-4f6d-94cb-7b73d038f506/mbid-8043f65e-ac67-4f6d-94cb-7b73d038f506-44993388451_thumb500.jpg",
    "thumbnail_uri": "https://dn710908.ca.archive.org/0/items/mbid-8043f65e-ac67-4f6d-94cb-7b73d038f506/mbid-8043f65e-ac67-4f6d-94cb-7b73d038f506-44993388451_thumb250.jpg",
    "song": "Third Side of the Moon",
    "track_id": "0290e342-162e-4f8e-8a49-8a76f8fcbba0",
    "recording_id": "b9a338f9-885b-4827-afeb-c9c6a5ff4fa9",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "An Eraser and a Maze",
    "release_id": "8043f65e-ac67-4f6d-94cb-7b73d038f506",
    "release_group_id": "9fb72867-d748-4508-bbf8-1b4f15ee175e",
    "labels": [
        "Glacial Pace"
    ],
    "label_ids": [
        "44de23ff-a745-4f5b-9c7a-74f35b5d308e"
    ],
    "release_date": "2026-06-05",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New Modest Mouse record due out next month!\n\nhttps://modestmouse.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}