Information about plays

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

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

{
    "id": 3554950,
    "uri": "https://api.kexp.org/v2/plays/3554950/?format=api",
    "airdate": "2025-09-19T09:33:22-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://ia903207.us.archive.org/14/items/mbid-d8136460-16cb-43da-976c-3ad4dea14e2f/mbid-d8136460-16cb-43da-976c-3ad4dea14e2f-26818998561_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-d8136460-16cb-43da-976c-3ad4dea14e2f/mbid-d8136460-16cb-43da-976c-3ad4dea14e2f-26818998561_thumb250.jpg",
    "song": "Life on a Chain",
    "track_id": "2f375af3-84cb-3984-9c93-6b37860fcd7c",
    "recording_id": "038c98a9-87fd-4e5d-93bc-177e21dbe4d1",
    "artist": "Pete Yorn",
    "artist_ids": [
        "3533dea4-218c-4fc9-ab6e-2e3dc0ffde6e"
    ],
    "album": "musicforthemorningafter",
    "release_id": "d8136460-16cb-43da-976c-3ad4dea14e2f",
    "release_group_id": "cca0cdab-6f0e-3b1a-87c2-221825d43353",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pete Yorn will be at The Indpendent in SF on Sunday, November 9th.\n---\n2001's \"musicforthemorningafter\" was Yorn's debut album.  Here's a 20-year retrospective from 2021: https://albumism.com/features/tribute-celebrating-20-years-of-pete-yorn-musicforthemorningafter#google_vignette",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}