Information about plays

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

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

{
    "id": 3576746,
    "uri": "https://api.kexp.org/v2/plays/3576746/?format=api",
    "airdate": "2025-11-11T07:31:36-08:00",
    "show": 65080,
    "show_uri": "https://api.kexp.org/v2/shows/65080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Morning Fog",
    "track_id": "8e058469-dfb9-369f-94f8-d96b1aaa637d",
    "recording_id": "a824c1d4-9508-439d-a404-5a1560a867d3",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "be5acbd2-08a4-3d19-aeb1-64186626cb8a",
    "release_group_id": "017f2a37-a78f-3578-9611-fa40408e5d90",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1988-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hounds of Love is the fifth studio album by English musician Kate Bush.\nhttp://www.katebush.com/\n\nFor a 1992 interview, Kate Bush discussed The Morning Fog, saying \"it's very much a song of seeing perspective, of really, you know, of being so grateful for everything that you have, that you're never grateful of in ordinary life because you just abuse it totally.\"\nhttps://bit.ly/3Xk5CGo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}