Information about plays

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

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

{
    "id": 3611955,
    "uri": "https://api.kexp.org/v2/plays/3611955/?format=api",
    "airdate": "2026-02-01T16:20:23-08:00",
    "show": 65814,
    "show_uri": "https://api.kexp.org/v2/shows/65814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Light's On",
    "track_id": null,
    "recording_id": null,
    "artist": "Dreamstruck",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dreamstruck is a Copenhagen-based indie dream pop duo comprising musical partners (and longtime couple) Karen Krogshøj on bass as well as vocals, and Jonas Struck on guitars, with Brian Batz of Sleep Party People and Trentemøller often stepping in as producer. While their work often reflect on their relationship and vulnerability, as well as life and love in general, their main intention remains to \"write lyrics about hope for change.\"\n\nThe duo reveal, “The Light’s On” is a spark of hope in the dark. It’s a call to motivate leaders, who recognize dark forces, and are inspired to push them back, with lines like “light it up and make a mark - we will follow.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}