Information about plays

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

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

{
    "id": 3552880,
    "uri": "https://api.kexp.org/v2/plays/3552880/?format=api",
    "airdate": "2025-09-14T08:07:58-07:00",
    "show": 64559,
    "show_uri": "https://api.kexp.org/v2/shows/64559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream 0 - Pt. 4 / Faded",
    "track_id": null,
    "recording_id": null,
    "artist": "Max Richter",
    "artist_ids": [
        "509f20b2-5df3-4aec-9bbc-002131fb3f99"
    ],
    "album": "Sleep Circle (Faded)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Deutsche Grammophon"
    ],
    "label_ids": [
        "5a584032-dcef-41bb-9f8b-19540116fb1c"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In celebration of the 10th anniversary of his landmark album 'Sleep,' British composer Max Richter unveils with a \"sequel of sorts,\" 'Sleep Circle' ~ \nhttps://www.deutschegrammophon.com/en/catalogue/products/sleep-circle-max-richter-14056",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}