Information about plays

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

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

{
    "id": 3554565,
    "uri": "https://api.kexp.org/v2/plays/3554565/?format=api",
    "airdate": "2025-09-18T10:27:48-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://dn721300.ca.archive.org/0/items/mbid-b5c4e5c1-c869-4852-b6e2-b5b2b82cf122/mbid-b5c4e5c1-c869-4852-b6e2-b5b2b82cf122-42160792678_thumb500.jpg",
    "thumbnail_uri": "https://dn721300.ca.archive.org/0/items/mbid-b5c4e5c1-c869-4852-b6e2-b5b2b82cf122/mbid-b5c4e5c1-c869-4852-b6e2-b5b2b82cf122-42160792678_thumb250.jpg",
    "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": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ivy is a three-piece from NY who released a new album earlier this month.\n\n'Traces of You' 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. \n\n“The world thought IVY was gone after 2012, and for a time we did too. And after Adam’s death in 2020 it seemed certain,” shares the band’s Andy Chase “So Dominique and I are thrilled to give everyone a brand new IVY album, with our beloved Adam playing on every song!”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}