Information about plays

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

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

{
    "id": 3594942,
    "uri": "https://api.kexp.org/v2/plays/3594942/?format=api",
    "airdate": "2025-12-23T15:15:13-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Time (Let's Do This Love)",
    "track_id": null,
    "recording_id": null,
    "artist": "Windy City",
    "artist_ids": [
        "0450bbde-a06e-4355-bc78-5a823ff65d9c"
    ],
    "album": "Christmas Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Windy City,\" formed in 2004 after \"Asoto Union,\" transitioned to Korean-focused reggae post-2007. The 2012 mini-album, \"모십니다 (Moshimnida),\" brought success. Emphasizing \"Roots and culture,\" they explore beyond music in international tours. Recently regrouped with leader Kim Ban-jang, they're gearing up for new musical endeavors post-his return from rural life.\n\nhttps://windycityofficial2023.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}