Information about plays

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

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

{
    "id": 3665232,
    "uri": "https://api.kexp.org/v2/plays/3665232/?format=api",
    "airdate": "2026-06-08T05:33:54-07:00",
    "show": 66934,
    "show_uri": "https://api.kexp.org/v2/shows/66934/?format=api",
    "image_uri": "https://dn711506.ca.archive.org/0/items/mbid-4273a6a9-a7d8-4014-9841-6ea37c4ff0e0/mbid-4273a6a9-a7d8-4014-9841-6ea37c4ff0e0-45253302991_thumb500.jpg",
    "thumbnail_uri": "https://dn711506.ca.archive.org/0/items/mbid-4273a6a9-a7d8-4014-9841-6ea37c4ff0e0/mbid-4273a6a9-a7d8-4014-9841-6ea37c4ff0e0-45253302991_thumb250.jpg",
    "song": "Keep It To Yourself",
    "track_id": "36531a88-9e94-462d-8c4c-9f1af66c7415",
    "recording_id": "7a187e7f-04f2-465d-8a89-6ecefea978ee",
    "artist": "Love Spells",
    "artist_ids": [
        "51770605-c74f-4048-a660-cf61bd3dce3e"
    ],
    "album": "Keep It To Yourself",
    "release_id": "4273a6a9-a7d8-4014-9841-6ea37c4ff0e0",
    "release_group_id": "f5b42797-e481-430e-849d-183568aa2a80",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2026-05-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love Spells will be live:\n\n- Oct. 9 at Barboza in Seattle\n- Oct. 12 at Café du Nord in San Francisco\n\nhttps://lovespellslovesyou.bandcamp.com/track/keep-it-to-yourself\n\nNew album, Love Is The Law, out July 24.\n\nhttps://www.lovespellsmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}