Information about plays

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

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

{
    "id": 3616068,
    "uri": "https://api.kexp.org/v2/plays/3616068/?format=api",
    "airdate": "2026-02-11T07:05:54-08:00",
    "show": 65903,
    "show_uri": "https://api.kexp.org/v2/shows/65903/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Morning",
    "track_id": "776d77f6-0d52-4041-bb23-eeb0256111fd",
    "recording_id": "45bc8627-f4b1-499b-9c99-1f79e24348a4",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Morning Phase",
    "release_id": "275c1547-f0c2-44be-a9ab-4f3c15eb1c16",
    "release_group_id": "bc4e1c5e-1fea-468d-b0ac-78b1c7f415f4",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2014-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track sets Morning Phase's dreamy mood, with Beck intoning, \"Woke up this morning. From a long night in the storm.\" The album has a specific theme with all 12 songs are set in dawn's early light, the start of a day when a things can falter or start afresh. \"It's not heavy-handed, but it's in there,\" Beck told Rolling Stone of the concept.\n\n\"There's this feeling of tumult and uncertainty, getting through that long, dark night of the soul – whatever you want to call it,\" he added, cracking a laugh. \"These songs were about coming out of that – how things do get better.\"\nhttps://www.songfacts.com/facts/beck/morning",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}