Information about plays

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

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

{
    "id": 3635086,
    "uri": "https://api.kexp.org/v2/plays/3635086/?format=api",
    "airdate": "2026-03-29T10:41:14-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ground Scores",
    "track_id": null,
    "recording_id": "c6a97b25-493e-4dcc-9b3e-b5d7dd8168a7",
    "artist": "Dutch Interior",
    "artist_ids": [
        "bcf79726-1541-431b-9122-c79707f1b653"
    ],
    "album": "It’s Glass",
    "release_id": null,
    "release_group_id": "aeb76528-5480-4d46-bbd7-f05f9df156f7",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The LA band recorded this extended EP of “silly little songs” at Hyde Street Studios in SF, sometimes spending 18 hours a day playing around with the many instruments they had access to.\nhttps://dutchinterior.bandcamp.com/album/its-glass",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}