Information about plays

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

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

{
    "id": 3413986,
    "uri": "https://api.kexp.org/v2/plays/3413986/?format=api",
    "airdate": "2024-10-17T18:15:09-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every Planet We Reach Is Dead",
    "track_id": "0fd65176-d51c-3d47-98a1-5354134a54eb",
    "recording_id": "ae28e0d1-73ab-4292-a8f5-fa28dffec415",
    "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": "The song famously features one of the last appearances from music legend Ike Turner who contributed the piano solo before his death in 2007.\n--\n\n\"Every Planet We Reach Is Dead\" has only been played live a couple times, all at the \"Demon Days Live\" showcases. At the first couple shows, Ike Turner would come out at the end to deliver an amazing piano solo and then leave. As the shows progressed, Ike Turner would come out earlier and play on the full track, duetting with Damon on piano to give the track a new intro and outro. These new additions would just be the two on piano jamming, adding even more of a jazz and soul basis to the song as well as extending the track to a grand six minutes in length.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}