Information about plays

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

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

{
    "id": 3501071,
    "uri": "https://api.kexp.org/v2/plays/3501071/?format=api",
    "airdate": "2025-05-14T01:08:49-07:00",
    "show": 63455,
    "show_uri": "https://api.kexp.org/v2/shows/63455/?format=api",
    "image_uri": "https://ia802306.us.archive.org/18/items/mbid-9c5b6762-14d9-4cbd-b853-26a306b1c95c/mbid-9c5b6762-14d9-4cbd-b853-26a306b1c95c-41121187471_thumb500.jpg",
    "thumbnail_uri": "https://ia802306.us.archive.org/18/items/mbid-9c5b6762-14d9-4cbd-b853-26a306b1c95c/mbid-9c5b6762-14d9-4cbd-b853-26a306b1c95c-41121187471_thumb250.jpg",
    "song": "Earth 2",
    "track_id": "e9bc9f02-ca5d-48cb-bff2-a6c486f1e705",
    "recording_id": "f8a65303-758d-4aee-bf97-820c3b7a51ba",
    "artist": "Unknown Mortal Orchestra",
    "artist_ids": [
        "e2305342-0bde-4a2c-aed0-4b88694834de"
    ],
    "album": "IC-02 Bogotá",
    "release_id": "9c5b6762-14d9-4cbd-b853-26a306b1c95c",
    "release_group_id": "eaf1827b-2f6e-4f61-9e98-2719e27f8544",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"The band Unknown Mortal Orchestra sometimes enjoys making purely instrumental music. In addition to the vocal-based records they’re more well-known for, they’ve also begun to make an instrumental series called the IC where they spend time in a chosen city and improvise and collaborate on non-vocal music. Recently the band spent time in Colombia to make music and initiate their new keyboard player Christian Li. The resulting sessions have become IC-02 Bogota, a musical document of the time they spent in that exciting city and the possible background music for some strange parties and night drives in your future.\" \n\nhttps://unknown-mortal-orchestra.bandcamp.com/album/ic-02-bogot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}