Information about plays

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

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

{
    "id": 3560846,
    "uri": "https://api.kexp.org/v2/plays/3560846/?format=api",
    "airdate": "2025-10-03T12:27:34-07:00",
    "show": 64733,
    "show_uri": "https://api.kexp.org/v2/shows/64733/?format=api",
    "image_uri": "https://ia600909.us.archive.org/20/items/mbid-10ccfef5-b28d-3ffa-b598-f74e95bfc7a2/mbid-10ccfef5-b28d-3ffa-b598-f74e95bfc7a2-28326232782_thumb500.jpg",
    "thumbnail_uri": "https://dn710008.ca.archive.org/0/items/mbid-10ccfef5-b28d-3ffa-b598-f74e95bfc7a2/mbid-10ccfef5-b28d-3ffa-b598-f74e95bfc7a2-28326232782_thumb250.jpg",
    "song": "October",
    "track_id": "1e85dcd5-bfb0-386a-a7e4-6a344078c26a",
    "recording_id": "7f6488da-979c-4d21-a7a8-a48036aceb7a",
    "artist": "Broken Bells",
    "artist_ids": [
        "62d364d2-550b-420e-b918-b3bd1e4a2efc"
    ],
    "album": "Broken Bells",
    "release_id": "10ccfef5-b28d-3ffa-b598-f74e95bfc7a2",
    "release_group_id": "56adea3a-ef22-47c0-a55a-50177092e30f",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-03-08",
    "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.\n\nhttps://brokenbellsblue.bandcamp.com/\n\nWatch their 2014 KEXP live performance here: https://www.youtube.com/watch?v=jxHq0ktPh_s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}