Information about plays

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

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

{
    "id": 3600052,
    "uri": "https://api.kexp.org/v2/plays/3600052/?format=api",
    "airdate": "2026-01-04T07:52:33-08:00",
    "show": 65560,
    "show_uri": "https://api.kexp.org/v2/shows/65560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ce matin‐là (Vegyn version)",
    "track_id": null,
    "recording_id": "a2148d54-179a-49b7-b712-b8e0c2e22b4d",
    "artist": "Air",
    "artist_ids": [],
    "album": "Blue Moon Safari",
    "release_id": null,
    "release_group_id": "bb0e4cc6-4416-4653-8ae3-462a30123df5",
    "labels": [
        "Parlophone France"
    ],
    "label_ids": [
        "0b81e41d-3029-47dd-847e-12e0195ad4ba"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK electronic production Vegyn's amazing full album rework of Air's seminal 1999 album 'Moon Safari' that was released as part of this year's Record Store Day ~ https://recordstoreday.com/SpecialRelease/18763 :\n: Watch an interview between Vegyn, Air's Nicolas Godin, and Nigel Godrich: https://www.youtube.com/watch?v=bSqslE3nHu8",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}