Information about plays

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

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

{
    "id": 3585982,
    "uri": "https://api.kexp.org/v2/plays/3585982/?format=api",
    "airdate": "2025-12-02T19:53:08-08:00",
    "show": 65273,
    "show_uri": "https://api.kexp.org/v2/shows/65273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Divka Marasechka",
    "track_id": null,
    "recording_id": null,
    "artist": "DakhaBrakha",
    "artist_ids": [
        "208334a1-abf0-4791-9705-b45838244b29"
    ],
    "album": "Live at KEXP 2015",
    "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": "DakhaBrakha will be @ The Moore Theater Dec. 13. Tickets here: https://tinyurl.com/mpk4ynpv\n\nAnd @ SF Jazz Feb 21 2026. Tickets here: https://tinyurl.com/3yczec2e\n\nHere's this particular track: https://www.youtube.com/watch?v=zGXP4CJv7HE\n\nHere's the whole set: https://www.youtube.com/watch?v=Hxg1dL_x0gw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}