Information about plays

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

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

{
    "id": 3629666,
    "uri": "https://api.kexp.org/v2/plays/3629666/?format=api",
    "airdate": "2026-03-16T08:12:09-07:00",
    "show": 66197,
    "show_uri": "https://api.kexp.org/v2/shows/66197/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-69b75328-d791-4f2b-a38f-faaab61847d3/mbid-69b75328-d791-4f2b-a38f-faaab61847d3-26920666302_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-69b75328-d791-4f2b-a38f-faaab61847d3/mbid-69b75328-d791-4f2b-a38f-faaab61847d3-26920666302_thumb250.jpg",
    "song": "Sunshine Smile",
    "track_id": "94a962bb-6470-3c29-b39d-ca39602f54b7",
    "recording_id": "361cd029-e52f-42e6-ac50-220296473498",
    "artist": "Adorable",
    "artist_ids": [
        "022c85ab-eeed-479c-9679-a0e4b5a6a338"
    ],
    "album": "Against Perfection",
    "release_id": "69b75328-d791-4f2b-a38f-faaab61847d3",
    "release_group_id": "9e937c9f-f9b2-3ffb-84bd-862bdb67a6b8",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1993-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vocalist and guitarist Pete Fijalkowski, guitarist Robert Dillam, bassist Stephen ‘Wil’ Williams, and drummer Kevin Gritton formed Adorable in 1990. They recorded their debut single, “Sunshine Smile”, the following year. It received positive reviews in the music press but the kicker is, it was never released to the buying public. At least, not that version. After Alan McGee signed them to Creation Records in 1992, the song was re-recorded and Adorable finally released this amazing track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}