Information about plays

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

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

{
    "id": 3554117,
    "uri": "https://api.kexp.org/v2/plays/3554117/?format=api",
    "airdate": "2025-09-17T09:03:35-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "https://ia601808.us.archive.org/20/items/mbid-265b568c-c600-3250-a7d5-bec32ce0f423/mbid-265b568c-c600-3250-a7d5-bec32ce0f423-23540335293_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-265b568c-c600-3250-a7d5-bec32ce0f423/mbid-265b568c-c600-3250-a7d5-bec32ce0f423-23540335293_thumb250.jpg",
    "song": "I Hang Suspended",
    "track_id": "f2455667-44cf-3e3c-84fc-cbbd4c72548b",
    "recording_id": "99118c72-7221-4eaa-8f9e-a6ff2251facd",
    "artist": "The Boo Radleys",
    "artist_ids": [
        "1b5189d8-28fd-4c97-a04a-37c49b1ccfa6"
    ],
    "album": "Giant Steps",
    "release_id": "265b568c-c600-3250-a7d5-bec32ce0f423",
    "release_group_id": "dbcc977c-ddcf-3dc6-921a-e31ec1e7ab90",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "2010-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Giant Steps is the third studio album by the Boo Radleys, released in 1993. The title is inspired by John Coltrane's album of the same name, and the record features an assortment of influences — their previous shoegazing sound backed by pop, reggae, noise pop and orchestral sounds.\n\nhttps://www.thebooradleys.com/\nhttps://thebooradleys.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}