Information about plays

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

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

{
    "id": 3636186,
    "uri": "https://api.kexp.org/v2/plays/3636186/?format=api",
    "airdate": "2026-03-31T22:59:02-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-76543db1-280b-4145-ac7d-f5c214dfe943/mbid-76543db1-280b-4145-ac7d-f5c214dfe943-36527973266_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-76543db1-280b-4145-ac7d-f5c214dfe943/mbid-76543db1-280b-4145-ac7d-f5c214dfe943-36527973266_thumb250.jpg",
    "song": "Binoculars",
    "track_id": "30431cd3-7e5f-4170-9a05-a910eb13d89a",
    "recording_id": "1fa70591-d492-4267-9599-d09db3e1bcb8",
    "artist": "Shabazz Palaces feat. Royce The Choice",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f",
        "27cae963-29ec-4739-b5f6-58962d994ac6"
    ],
    "album": "Robed in Rareness",
    "release_id": "76543db1-280b-4145-ac7d-f5c214dfe943",
    "release_group_id": "8fe379fe-f664-42de-9b84-193cc49df0d4",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2023-10-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}