Information about plays

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

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

{
    "id": 3547956,
    "uri": "https://api.kexp.org/v2/plays/3547956/?format=api",
    "airdate": "2025-09-02T10:54:00-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia802903.us.archive.org/12/items/mbid-9450beeb-512c-4fd1-bab7-1d84982a8002/mbid-9450beeb-512c-4fd1-bab7-1d84982a8002-21267586570_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/12/items/mbid-9450beeb-512c-4fd1-bab7-1d84982a8002/mbid-9450beeb-512c-4fd1-bab7-1d84982a8002-21267586570_thumb250.jpg",
    "song": "Love & Hate",
    "track_id": "caac11d2-de79-43a3-ab81-26b74f5b72fe",
    "recording_id": "f3fb423d-58ad-4be3-9bf9-33ad19b2014d",
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Love & Hate",
    "release_id": "9450beeb-512c-4fd1-bab7-1d84982a8002",
    "release_group_id": "c51bb243-59ac-4de0-9a51-4ead3d4e1bf8",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2016-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Kiwanuka wrote this great song with  producers Inflo and Danger Mouse. \n--\nCheck out Michael Kiwanuka's interview with Emily Fox on KEXP's Sound & Vision back in 2020: https://www.kexp.org/read/2020/1/28/sound-and-vision-michael-kiwanuka-his-latest-album-kiwanuka-and-exploring-his-own-identity/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}