Information about plays

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

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

{
    "id": 3594034,
    "uri": "https://api.kexp.org/v2/plays/3594034/?format=api",
    "airdate": "2025-12-21T13:18:33-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrapt in a Beau",
    "track_id": "8b184abb-8cfc-4fb4-bf3b-f7360c5d9b2c",
    "recording_id": "c0ace43d-3c7a-4476-bd9a-28d4d4b2885f",
    "artist": "The Bamboos",
    "artist_ids": [
        "be69bee9-2884-4cf3-9750-dd76faf6df94"
    ],
    "album": "Hot Christmas",
    "release_id": "dbaa5fbd-602d-41a9-86b3-34f20da4c244",
    "release_group_id": "73cad3fd-a9f8-491a-a529-24c8b265617c",
    "labels": [
        "Pacific Theatre"
    ],
    "label_ids": [
        "b1de1d33-ccac-42b1-9463-4bc3f73c4eaa"
    ],
    "release_date": "2024-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bamboos are a Soul/Funk outfit from Melbourne, Australia lead by Lance Ferguson.\n\nhttps://thebamboos.bandcamp.com/album/hot-christmas\nhttps://www.thebamboos.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}