Information about plays

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

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

{
    "id": 3597074,
    "uri": "https://api.kexp.org/v2/plays/3597074/?format=api",
    "airdate": "2025-12-28T06:42:03-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "https://coverartarchive.org/release/b27e38d2-1e00-43aa-b6b9-ec432750e727/41685699068-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b27e38d2-1e00-43aa-b6b9-ec432750e727/41685699068-250.jpg",
    "song": "All I Need (feat. Beth Hirsch) (Vegyn Version)",
    "track_id": null,
    "recording_id": null,
    "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": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}