Information about plays

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

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

{
    "id": 3548759,
    "uri": "https://api.kexp.org/v2/plays/3548759/?format=api",
    "airdate": "2025-09-04T08:12:37-07:00",
    "show": 64470,
    "show_uri": "https://api.kexp.org/v2/shows/64470/?format=api",
    "image_uri": "https://ia801509.us.archive.org/14/items/mbid-ac7b783e-2eda-3b83-80bb-498ee2c68351/mbid-ac7b783e-2eda-3b83-80bb-498ee2c68351-5977778589_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/14/items/mbid-ac7b783e-2eda-3b83-80bb-498ee2c68351/mbid-ac7b783e-2eda-3b83-80bb-498ee2c68351-5977778589_thumb250.jpg",
    "song": "It’s No Good",
    "track_id": "3b735b24-4e59-30d2-be08-6e44f2c2a2ca",
    "recording_id": "6b2a7ad3-7bee-43ca-9c5c-689c3c43dea1",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Ultra",
    "release_id": "ac7b783e-2eda-3b83-80bb-498ee2c68351",
    "release_group_id": "a40c7843-979b-38a6-926a-efa31476c51c",
    "labels": [
        "Mute",
        "Reprise Records"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1997-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from Rachel in Lower Queen Anne!:\nThanks for holding it down Eva and crew!  The sweet jams are helping me start my work day. 😁\n\nIf you want to play your favorite Depeche Mode song that would be fun to hear. Thanks! \n--\nhttps://www.depechemode.com/ Don't miss the music video! https://www.youtube.com/watch?v=_-QPvffO1gs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}