Information about plays

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

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

{
    "id": 3604101,
    "uri": "https://api.kexp.org/v2/plays/3604101/?format=api",
    "airdate": "2026-01-14T02:53:15-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walking Stick",
    "track_id": "ee9dd93a-7f53-48d8-a8a4-cf8ef5f5c720",
    "recording_id": "304fa2d9-2d2f-4a4c-b38c-85189b1c8d00",
    "artist": "The Blind Shake",
    "artist_ids": [
        "f42c9766-00c4-4f70-9d94-872d7fae228d"
    ],
    "album": "Key to a False Door",
    "release_id": "4a9ee9ab-7b2b-49c0-a6e9-07267e25f4f4",
    "release_group_id": "33e28cfb-fb8e-4347-a004-c87ef42c23f4",
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“The Blind Shake is at once spacey, primitive futuristic, and brutal: a kind of backyard extraterrestrial minimal surf-punk party. One guitar, one baritone guitar, a fuckload of reverb, and a drummer who deserves an Olympic medal.” –SF Weekly https://theblindshake.bandcamp.com/track/walking-stick",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}