Information about plays

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

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

{
    "id": 3636250,
    "uri": "https://api.kexp.org/v2/plays/3636250/?format=api",
    "airdate": "2026-04-01T02:10:37-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn711301.ca.archive.org/0/items/mbid-bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7/mbid-bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7-27373057722_thumb500.jpg",
    "thumbnail_uri": "https://dn711301.ca.archive.org/0/items/mbid-bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7/mbid-bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7-27373057722_thumb250.jpg",
    "song": "Down the Sink",
    "track_id": "6ee12227-28c1-4054-89a0-251e5dce9c7c",
    "recording_id": "44aff6f2-12bd-4624-b2f2-485cbc2f9555",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Gumboot Soup",
    "release_id": "bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7",
    "release_group_id": "c6fc4f99-6c1f-46aa-8faf-2c22154d26c4",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-12-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}