Information about plays

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

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

{
    "id": 3634531,
    "uri": "https://api.kexp.org/v2/plays/3634531/?format=api",
    "airdate": "2026-03-28T06:08:54-07:00",
    "show": 66300,
    "show_uri": "https://api.kexp.org/v2/shows/66300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Cave",
    "track_id": null,
    "recording_id": "b4ba942b-a298-462f-9f8b-d3f3bad03876",
    "artist": "Mumford & Sons",
    "artist_ids": [
        "c44e9c22-ef82-4a77-9bcd-af6c958446d6"
    ],
    "album": "The Cave and the Open Sea",
    "release_id": null,
    "release_group_id": "c7f67be6-65c9-4540-ba5f-637c4a456902",
    "labels": [
        "Chess Club Records"
    ],
    "label_ids": [
        "8d7cc8c5-daa0-4ddc-aa8a-d0de9e94b824"
    ],
    "release_date": "2009-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}