Information about plays

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

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

{
    "id": 3547791,
    "uri": "https://api.kexp.org/v2/plays/3547791/?format=api",
    "airdate": "2025-09-02T02:00:57-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce/21129597655-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce/21129597655-250.jpg",
    "song": "Dripping Sun",
    "track_id": null,
    "recording_id": "b23455e0-7c40-4aa4-8522-0ffaa59d79b5",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Masana Temples",
    "release_id": null,
    "release_group_id": "fe815acc-e833-46e1-a995-6d0a2a62dc80",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2018-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Kikagaku Moyo Live on KEXP during their 2018 session here: https://youtu.be/M8y3nM6tEqw https://kikagakumoyoggb.bandcamp.com\n\n-- \n\nKikagaku Moyo (幾何学模様) were a Japanese psychedelic band founded in Tokyo. The band's name translates to \"geometric patterns\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}