Information about plays

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

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

{
    "id": 3522457,
    "uri": "https://api.kexp.org/v2/plays/3522457/?format=api",
    "airdate": "2025-07-04T07:12:27-07:00",
    "show": 63915,
    "show_uri": "https://api.kexp.org/v2/shows/63915/?format=api",
    "image_uri": "https://ia903205.us.archive.org/2/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": "It turns out that \"Dare\" began its life when Happy Monday's Shaun Ryder listened to the song's instrumentals and was simply describing the levels being \"there\". Due to how the Manchester legend pronounced the word, the song soon evolved to become \"DARE\" instead.\n--\nThe main vocalist is Noodle (in reality the vocals are provided by backup singer Rosie Wilson).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}