Information about plays

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

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

{
    "id": 3540556,
    "uri": "https://api.kexp.org/v2/plays/3540556/?format=api",
    "airdate": "2025-08-15T23:15:50-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "https://coverartarchive.org/release/9dca5629-19ec-4f23-90b2-7281f9f067e4/4400900769-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9dca5629-19ec-4f23-90b2-7281f9f067e4/4400900769-250.jpg",
    "song": "Swing",
    "track_id": null,
    "recording_id": "de6d0e2c-fabe-4103-a2bf-03b1af069763",
    "artist": "Camp Lo featuring Ish aka Butterfly",
    "artist_ids": [
        "a5474ad8-1671-4ace-a5ea-82df42245bda",
        "e4badb5a-e9be-4a30-b320-49421570578e"
    ],
    "album": "Uptown Saturday Night",
    "release_id": null,
    "release_group_id": "861232ef-552f-3d14-9719-9f274d1f5238",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1997-01-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "1997 debut studio classic from Bronx Hip Hop duo - rappers Sonny Cheeba and Geechi Suede.\nFeaturing Seattle's own Ishmael Butler aka Ish aka Butterfly (Digable Planets) on this track!\n\nBTW, Digable Planets is playing Bumbershoot (Day 2) this year on August 31 doing a special 30th Anniversary Blowout Comb set.\n\nhttps://bumbershoot.com/music/digable-planets/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}