Information about plays

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

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

{
    "id": 3560026,
    "uri": "https://api.kexp.org/v2/plays/3560026/?format=api",
    "airdate": "2025-10-01T10:41:07-07:00",
    "show": 64717,
    "show_uri": "https://api.kexp.org/v2/shows/64717/?format=api",
    "image_uri": "https://ia601401.us.archive.org/24/items/mbid-a5e284a3-edae-3d76-82f2-32a7b1ff1ba1/mbid-a5e284a3-edae-3d76-82f2-32a7b1ff1ba1-2866544675_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/24/items/mbid-a5e284a3-edae-3d76-82f2-32a7b1ff1ba1/mbid-a5e284a3-edae-3d76-82f2-32a7b1ff1ba1-2866544675_thumb250.jpg",
    "song": "October",
    "track_id": "4173b3c1-023a-35aa-89dd-86ec2b3fa551",
    "recording_id": "7f6488da-979c-4d21-a7a8-a48036aceb7a",
    "artist": "Broken Bells",
    "artist_ids": [
        "62d364d2-550b-420e-b918-b3bd1e4a2efc"
    ],
    "album": "Broken Bells",
    "release_id": "a5e284a3-edae-3d76-82f2-32a7b1ff1ba1",
    "release_group_id": "56adea3a-ef22-47c0-a55a-50177092e30f",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Broken Bells is the duo of James Mercer of The Shins fame and Brian Burton, aka Danger Mouse. \"October\" comes from their 2010 self-titled debut.  They released their sophomore album, Into the Blue, in 2022. \nhttps://brokenbellsblue.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}