Information about plays

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

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

{
    "id": 3578679,
    "uri": "https://api.kexp.org/v2/plays/3578679/?format=api",
    "airdate": "2025-11-15T20:39:13-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ophelia",
    "track_id": null,
    "recording_id": "7097de7f-be7a-4b09-9332-15988cc1fda3",
    "artist": "Boy Crazy",
    "artist_ids": [
        "50f46a3d-31ce-421d-9cdc-f0516a7c87c2"
    ],
    "album": "Foreign Words",
    "release_id": null,
    "release_group_id": "efee0972-48c8-38a0-8670-b978463aa575",
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Boycrazy was formed by vocalists/multi-instrumentalists Bryce Edwards and Rachel Blumberg in mid-'90s Portland, after both had spent time hanging out or playing with the Crabs, Sissyface and the Elephant 6 crew...Despite the band's obvious instrumental chops, the arrangements are unfussy and casually playful, marked by bop-along multi-part harmonies and simply strummed guitar/bass rhythms. By keeping it breezy and melodically bright, Boycrazy manages to avoid the more obvious shortcomings of indie-pop naivete, allowing the irrepressible surge of youthful wistfulness to lead the way.\"\n\nhttps://jigsaw-records.com/products/boycrazy-foreign-words-cd",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}