Information about plays

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

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

{
    "id": 3598844,
    "uri": "https://api.kexp.org/v2/plays/3598844/?format=api",
    "airdate": "2026-01-01T13:59:47-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alive",
    "track_id": "3230ce14-7e96-4b2a-808d-9ffa5a9ffcbc",
    "recording_id": "2168ae4e-2fb1-4ab9-b3ad-447b83473f54",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Alive",
    "release_id": "3e40f24b-f65f-4f27-b3b8-a37bcc3b3422",
    "release_group_id": "ab764512-adc6-3311-b11c-2b4e54b753e5",
    "labels": [
        "Capitol Records",
        "Grand Royal"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73",
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "release_date": "1999-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Alive\" contains samples of \"Pussyfooter\" by Jackie Robinson, \"Ya Slippin'\" by Boogie Down Productions, \"Superappin'\" by Grandmaster Flash and The Furious Five, \"Midnight Cowboy\" by Peter Nero, \"La Vamp\" by The Family Vibes and \"It Takes Two\" by Rob Base & DJ E-Z Rock.\n--\nThey're dressed in primary colors in this video directed by the late Adam Yauch: https://www.youtube.com/watch?v=JkeE2O15RFs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}