Information about plays

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

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

{
    "id": 3582497,
    "uri": "https://api.kexp.org/v2/plays/3582497/?format=api",
    "airdate": "2025-11-24T20:41:10-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Show Me Babe (Studio Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Lsdays",
    "artist_ids": [
        "4c3ff081-814b-436b-82d4-8d63627bbd21"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shoegaze-lit indie where the vocal floats in reverb glow over chiming guitars and a patient, chest-thump kick. Dynamics do the heavy lifting: verses keep the frame narrow; the chorus opens to widescreen with layered harmonies and delay-trailing leads. A brief instrumental lift gives the melody air before the final swell. Familiar materials, rendered with conviction and care.\nListen: https://thelsdays1.bandcamp.com/track/show-me-babe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}