Information about plays

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

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

{
    "id": 3597860,
    "uri": "https://api.kexp.org/v2/plays/3597860/?format=api",
    "airdate": "2025-12-30T04:49:18-08:00",
    "show": 65512,
    "show_uri": "https://api.kexp.org/v2/shows/65512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Earth 2",
    "track_id": null,
    "recording_id": "f8a65303-758d-4aee-bf97-820c3b7a51ba",
    "artist": "Unknown Mortal Orchestra",
    "artist_ids": [
        "e2305342-0bde-4a2c-aed0-4b88694834de"
    ],
    "album": "IC-02 Bogotá",
    "release_id": null,
    "release_group_id": "eaf1827b-2f6e-4f61-9e98-2719e27f8544",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Almost forgot about this one!\n\n\"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"
}