Information about plays

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

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

{
    "id": 3641106,
    "uri": "https://api.kexp.org/v2/plays/3641106/?format=api",
    "airdate": "2026-04-12T07:41:54-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "[Re]Born Slippy",
    "track_id": null,
    "recording_id": null,
    "artist": "Visions of Light",
    "artist_ids": [
        "cae94c17-b505-4f58-8f04-c8c24b101a0a"
    ],
    "album": "Summer Selections Six",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "NuNorthern Soul"
    ],
    "label_ids": [
        "5e58f701-339f-43dc-9aae-5a996a059920"
    ],
    "release_date": "2026-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sneak peek at this sweet Balearic interpolation of Underworld's classic tune \"Born Slippy\" that'll be included on an upcoming compilation curated by Spanish label NuNorthern Soul Records ~ https://mynunorthernsoul.bandcamp.com/album/summer-selections-six",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}