Information about plays

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

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

{
    "id": 3584122,
    "uri": "https://api.kexp.org/v2/plays/3584122/?format=api",
    "airdate": "2025-11-28T14:32:21-08:00",
    "show": 65232,
    "show_uri": "https://api.kexp.org/v2/shows/65232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O Green World",
    "track_id": "bd73eab7-59f2-3e96-aed6-e0bc6f4d3848",
    "recording_id": "18e66faf-9df4-4c8c-9a51-ca4ca4ba21fc",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Demon Days",
    "release_id": "82513761-6b34-4060-b4ad-dd42a75d199b",
    "release_group_id": "f959a46a-a136-3134-9412-6572b23fad95",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2005-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Demon Days is the second studio album by the British virtual band Gorillaz. \nWhile Jamie Hewlett was working with his team on a script for a possible Gorillaz movie, Damon Albarn was still recording Think Tank with Blur. By the time Albarn was ready to start writing and recording material for the Gorillaz movie, the whole idea had already been scrapped, although ideas from the movie's script were still used, including the themes of being driven by ego and the world being trapped in an endless night. Despite this, the album's main source of inspiration actually came about as a result of Albarn's train journey from Beijing to Mongolia where he, his partner and six-year-old daughter spent a day travelling through what Albarn describes as a \"weird, unspoken, forgotten part of China. It was basically dead trees as far as the eye can see.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}