Information about plays

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

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

{
    "id": 3598778,
    "uri": "https://api.kexp.org/v2/plays/3598778/?format=api",
    "airdate": "2026-01-01T10:21:14-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crumb Back",
    "track_id": "3d5e7941-d9c9-4f06-bd59-58136794c490",
    "recording_id": "efacb469-ee74-450c-ae99-d2434008f59b",
    "artist": "Mega Bog",
    "artist_ids": [
        "4343ece5-c46d-4457-a580-ef1cefa9546d"
    ],
    "album": "Life, and Another",
    "release_id": "6cc6f6fd-07d5-4fe7-8b5f-ac1b1cad587a",
    "release_group_id": "54c1fc0c-4800-497c-bd53-6e140dcd759c",
    "labels": [
        "Paradise of Bachelors"
    ],
    "label_ids": [
        "e7adcd99-a797-4b0e-9cea-cc2672e101aa"
    ],
    "release_date": "2021-07-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The sixth Mega Bog album from Seattle-based artist Erin Birgy. The record features James Krivchenia (Big Thief) and Zach Burba (iji).\n\nMega Bog performed live in the KEXP studio back in 2015! Check out their full performance and interview with DJ Sharlese: https://www.youtube.com/watch?v=7AWyNlDHosA\n\nhttps://megabog.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}