Information about plays

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

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

{
    "id": 3665226,
    "uri": "https://api.kexp.org/v2/plays/3665226/?format=api",
    "airdate": "2026-06-08T05:08:58-07:00",
    "show": 66934,
    "show_uri": "https://api.kexp.org/v2/shows/66934/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-51bb5ce2-a787-4305-a9e6-918193224da4/mbid-51bb5ce2-a787-4305-a9e6-918193224da4-13901170261_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-51bb5ce2-a787-4305-a9e6-918193224da4/mbid-51bb5ce2-a787-4305-a9e6-918193224da4-13901170261_thumb250.jpg",
    "song": "Gone to Earth",
    "track_id": "941f71aa-4368-30a7-be5f-5eaea04aab89",
    "recording_id": "d64e70dc-23dc-4efc-9449-8be0321098ed",
    "artist": "The American Analog Set",
    "artist_ids": [
        "7f5dde96-1573-4491-9673-f03fe7c5caaa"
    ],
    "album": "The Fun of Watching Fireworks",
    "release_id": "51bb5ce2-a787-4305-a9e6-918193224da4",
    "release_group_id": "ec8f645c-e9af-3e46-a012-ce3cbbab26d9",
    "labels": [
        "Emperor Jones Records"
    ],
    "label_ids": [
        "12e29a11-5c06-46b2-bbb8-8e57ddb05da8"
    ],
    "release_date": "1996-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The American Analog Set (often called AmAnSet) is an indie rock band formed in Fort Worth, Texas, in 1995. They later moved to Austin, Texas, which became their main home.\n\nThe band released six albums between 1996 and 2005. \n\nhttps://theamericananalogset.bandcamp.com/album/new-drifters",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}