Information about plays

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

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

{
    "id": 3598306,
    "uri": "https://api.kexp.org/v2/plays/3598306/?format=api",
    "airdate": "2025-12-31T05:06:34-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Great Unknown",
    "track_id": "60f64936-b259-45b3-876a-a9971e6bb170",
    "recording_id": "ff4c0d24-480d-4642-af1d-20773d9159e6",
    "artist": "Ivy",
    "artist_ids": [
        "610404f9-26bd-4be2-8697-f916495f14a4"
    ],
    "album": "Traces of You",
    "release_id": "b5c4e5c1-c869-4852-b6e2-b5b2b82cf122",
    "release_group_id": "8b14cffb-744e-47a0-9c26-8a2f99507677",
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ivy is a three-piece from NY who released 'Traces of You' last September. It was built from the ground up using demos and song fragments dating from between 1995 to 2012. Formed in 1994, Ivy includes Andy Chase, Dominique Durand, and the late Adam Schlesinger. Sadly, Durand and Chase assumed that Ivy was in the rearview after Schlesinger tragically passed away from COVID-19 in 2020. Many assumed IVY had ended after 2012, and the death of founding member Adam Schlesinger in 2020 reinforced that belief. However, Andy Chase and Dominique Durand have completed a new IVY album, which features Schlesinger’s performances on every track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}