Information about plays

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

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

{
    "id": 3569774,
    "uri": "https://api.kexp.org/v2/plays/3569774/?format=api",
    "airdate": "2025-10-25T13:19:04-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kerosene!",
    "track_id": "ed83e738-fafd-4150-8b60-2ffb7b9441bb",
    "recording_id": "dc5426c2-8aa8-4441-a722-27ba6ef019ef",
    "artist": "Yves Tumor",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3"
    ],
    "album": "Heaven to a Tortured Mind",
    "release_id": "187bfb77-35c9-4d1f-a8c4-1701479b8fa3",
    "release_group_id": "448bf766-1101-4554-9b23-2d3b254a984d",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2020-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yves Tumor will be featured on Rosalia's upcoming album \"Lux\" along with Bjork, Carminho, and Estrella Morente set to be released on November 7.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}