Information about plays

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

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

{
    "id": 3569836,
    "uri": "https://api.kexp.org/v2/plays/3569836/?format=api",
    "airdate": "2025-10-25T16:52:18-07:00",
    "show": 64932,
    "show_uri": "https://api.kexp.org/v2/shows/64932/?format=api",
    "image_uri": "https://ia601908.us.archive.org/34/items/mbid-a7fdeefc-6e81-4ff3-9137-62acccbc5634/mbid-a7fdeefc-6e81-4ff3-9137-62acccbc5634-4397429468_thumb500.jpg",
    "thumbnail_uri": "https://ia601908.us.archive.org/34/items/mbid-a7fdeefc-6e81-4ff3-9137-62acccbc5634/mbid-a7fdeefc-6e81-4ff3-9137-62acccbc5634-4397429468_thumb250.jpg",
    "song": "Way Out",
    "track_id": "8805466e-8a4b-349e-a864-61e3ee89758a",
    "recording_id": "3f90c146-259b-4f6e-876e-0760ded9e0c9",
    "artist": "Ellen Allien & Apparat",
    "artist_ids": [
        "dc3dbfc1-f1f1-49c6-9d7c-425fabf3ae12",
        "2ff63f00-0954-4b14-9007-e19b822fc8b2"
    ],
    "album": "Orchestra of Bubbles",
    "release_id": "a7fdeefc-6e81-4ff3-9137-62acccbc5634",
    "release_group_id": "73295540-a11a-31d3-8259-ac2d8e75b823",
    "labels": [
        "BPitch Control"
    ],
    "label_ids": [
        "a938751f-4791-47f1-967f-2c94ace85f78"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}