Information about plays

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

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

{
    "id": 3578086,
    "uri": "https://api.kexp.org/v2/plays/3578086/?format=api",
    "airdate": "2025-11-14T13:51:36-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "https://coverartarchive.org/release/66adb85a-c981-4cd3-805e-ee1988d28205/39171229766-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66adb85a-c981-4cd3-805e-ee1988d28205/39171229766-250.jpg",
    "song": "Animatronic Boy",
    "track_id": null,
    "recording_id": "b07ea993-04b7-4b7b-95fe-2a40d109aa47",
    "artist": "Leeni",
    "artist_ids": [
        "e6e5c270-2fef-41f6-b0a7-88cfa28b4557"
    ],
    "album": "8 Bit Heart",
    "release_id": null,
    "release_group_id": "f10ae4d3-0894-4534-83d2-0eab8ff2d2f8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Perfect 2007 left-field electropop artefact from Seattle's Leeni:  Early-2000s chiptune on lo-fi 8-bit synths and sweet-but-haunted bedroom melancholy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}