Information about plays

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

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

{
    "id": 3636032,
    "uri": "https://api.kexp.org/v2/plays/3636032/?format=api",
    "airdate": "2026-03-31T13:49:54-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://dn720006.ca.archive.org/0/items/mbid-82513761-6b34-4060-b4ad-dd42a75d199b/mbid-82513761-6b34-4060-b4ad-dd42a75d199b-29608306722_thumb500.jpg",
    "thumbnail_uri": "https://dn720006.ca.archive.org/0/items/mbid-82513761-6b34-4060-b4ad-dd42a75d199b/mbid-82513761-6b34-4060-b4ad-dd42a75d199b-29608306722_thumb250.jpg",
    "song": "DARE",
    "track_id": "a98e5bb2-9d46-3eac-acb8-2f18f3a42422",
    "recording_id": "a06d7304-5980-408d-9227-70c2ded24293",
    "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": "This song features Happy Mondays frontman Shaun Ryder. The main vocalist is Noodle (In reality, the vocals are provided by backup singer Rosie Wilson).\n\nThe song was originally going to be called \"It's There,\" but it was altered because Shaun Ryder's broad Manchester accent made it sound like he was saying \"It's Dare.\"\n--\nNoodle is the star of the official video for \"DARE\": https://www.youtube.com/watch?v=uAOR6ib95kQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}