Information about plays

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

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

{
    "id": 3545050,
    "uri": "https://api.kexp.org/v2/plays/3545050/?format=api",
    "airdate": "2025-08-26T12:08:29-07:00",
    "show": 64393,
    "show_uri": "https://api.kexp.org/v2/shows/64393/?format=api",
    "image_uri": "https://ia802805.us.archive.org/30/items/mbid-e06d46d8-a348-49d2-9da5-a5d347e85009/mbid-e06d46d8-a348-49d2-9da5-a5d347e85009-20876039016_thumb500.jpg",
    "thumbnail_uri": "https://ia902805.us.archive.org/30/items/mbid-e06d46d8-a348-49d2-9da5-a5d347e85009/mbid-e06d46d8-a348-49d2-9da5-a5d347e85009-20876039016_thumb250.jpg",
    "song": "Buzzin’ Fly",
    "track_id": "7691ada3-1216-3d36-a3ce-1d4676c4c6a9",
    "recording_id": "b61d39eb-30bc-4779-9ded-8f122d3ca965",
    "artist": "Tim Buckley",
    "artist_ids": [
        "8546949d-f46c-45ab-8391-85b26dda6b65"
    ],
    "album": "Morning Glory: The Tim Buckley Anthology",
    "release_id": "e06d46d8-a348-49d2-9da5-a5d347e85009",
    "release_group_id": "9b9fd54e-bd50-322d-a415-391044762beb",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer-songwriter Tim Buckley may be best known now as Jeff Buckley's father. He died 50 years ago at age 28 from a heroin overdose.  Here's  some special reflections from artists who loved him: https://www.hotpress.com/music/50-years-ago-today-tim-buckley-died-aged-28-hes-one-of-the-most-complete-artists-ive-ever-come-across-23092235",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}