Information about plays

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

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

{
    "id": 3621293,
    "uri": "https://api.kexp.org/v2/plays/3621293/?format=api",
    "airdate": "2026-02-23T13:23:05-08:00",
    "show": 66012,
    "show_uri": "https://api.kexp.org/v2/shows/66012/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bingo",
    "track_id": null,
    "recording_id": null,
    "artist": "La Sécurité",
    "artist_ids": [
        "a03666b0-23ba-455f-bc74-1e8a7140fed3"
    ],
    "album": "Bingo!",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-06-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title track of their forthcoming album due for release 12th June, ‘Bingo’ sees the Montréal quintet stick true to their impulse for odd-ball art-punk rollercoasters, but with an intangible ferocity firing up hotter beneath the surface. Hopping, skipping and jumping across a flamboyant network of slumping bass lines (a tribute to Death from Above 1979), metallic guitar licks, glinting keyboards, and a lyric that took a filename from a voicenote demo, and then went hell for leather on peevish metaphors for “social life from an old folks home” – ‘Bingo’ is witty, restless and beaming with intent.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}