Information about plays

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

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

{
    "id": 3593597,
    "uri": "https://api.kexp.org/v2/plays/3593597/?format=api",
    "airdate": "2025-12-20T18:50:36-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Just Another) Wet Seattle Christmas",
    "track_id": null,
    "recording_id": "ae6d8d6d-f4cc-4bed-a68e-c2ffe54ac289",
    "artist": "The Double Tall Skinny Singers",
    "artist_ids": [
        "2e926aa8-45cd-4baf-815f-04e39e2673e2"
    ],
    "album": "Best of Christmas in the Northwest",
    "release_id": null,
    "release_group_id": "f963b388-854d-340b-9604-21713a0117c2",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-11-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A fun fact about The Double Tall Skinny Singers' \"(Just Another) Wet Seattle Christmas\" is that it appeared on the 1994 \"Best of Christmas in the Northwest\" album, which became a local hit, selling out and kickstarting a popular annual holiday music tradition in Seattle, with proceeds benefiting charity. It started as an unexpected local favorite. https://www.seattletimes.com/seattle-news/eastside/christmas-in-the-northwest-still-plucking-at-heart-strings/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}