Information about plays

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

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

{
    "id": 3553893,
    "uri": "https://api.kexp.org/v2/plays/3553893/?format=api",
    "airdate": "2025-09-16T20:15:30-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "autowalk",
    "track_id": null,
    "recording_id": null,
    "artist": "Go Kurosawa",
    "artist_ids": [
        "e5451b34-10b3-49fb-9a86-37fe7297b8a0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "guruguru brain"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Kikagaku Moyo fans missing the band since their indefinite hiatus, this group will itch that spot!\n\nThe song thrives on repetition and vapor trails of brass, with Kurosawa lacing in vocals just below the surface. It feels like a kindred spirit to works from label standout Maya Ongaku, capturing the same languid, aqueous auras that the band has made their specialty.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}