Information about plays

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

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

{
    "id": 3542499,
    "uri": "https://api.kexp.org/v2/plays/3542499/?format=api",
    "airdate": "2025-08-20T14:04:08-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "intuitive trouble",
    "track_id": null,
    "recording_id": null,
    "artist": "glass egg",
    "artist_ids": [
        "75002c06-1921-4d5c-a0b3-20a091eaae24"
    ],
    "album": "visions & ecstacies",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The project of Seattle based songwriter/multi-instrumentalist/producer Emilia Glaser, and collaborator Julian Stefanzick, glass egg, exists somewhere in a dream pop imagination. Liminal, ethereal, and deeply emotive.: https://www.glasseggband.com/about\n--\nThey're playing Baba Yaga in Seattle on Thursday, October 9th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}