Information about plays

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

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

{
    "id": 3628433,
    "uri": "https://api.kexp.org/v2/plays/3628433/?format=api",
    "airdate": "2026-03-13T14:08:53-07:00",
    "show": 66170,
    "show_uri": "https://api.kexp.org/v2/shows/66170/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba256aa9-9036-35e7-bbdc-31f431974985/23521655880-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba256aa9-9036-35e7-bbdc-31f431974985/23521655880-250.jpg",
    "song": "A Good Idea",
    "track_id": null,
    "recording_id": "84518e73-07e9-41c4-87b1-fab61e0e8752",
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Copper Blue",
    "release_id": null,
    "release_group_id": "997a4855-3bd3-3e5c-81d0-656209b3aa74",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Copper Blue was the debut studio album by alt-rock band Sugar. It was voted 1992 Album of the year by NME!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}