Information about plays

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

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

{
    "id": 3556669,
    "uri": "https://api.kexp.org/v2/plays/3556669/?format=api",
    "airdate": "2025-09-23T08:38:23-07:00",
    "show": 64640,
    "show_uri": "https://api.kexp.org/v2/shows/64640/?format=api",
    "image_uri": "https://ia803204.us.archive.org/10/items/mbid-bb2f077c-fc44-41f8-85e1-2fc8072d8009/mbid-bb2f077c-fc44-41f8-85e1-2fc8072d8009-15395193894_thumb500.jpg",
    "thumbnail_uri": "https://ia803204.us.archive.org/10/items/mbid-bb2f077c-fc44-41f8-85e1-2fc8072d8009/mbid-bb2f077c-fc44-41f8-85e1-2fc8072d8009-15395193894_thumb250.jpg",
    "song": "In the Air Tonight",
    "track_id": "752cb801-7f08-4ad5-bdb0-b2b4818e69b8",
    "recording_id": "03b5bad2-47c5-45c3-ad34-53135f3ec4cc",
    "artist": "Phil Collins",
    "artist_ids": [
        "401c3991-b76b-499d-8082-9f2df958ef78"
    ],
    "album": "Face Value",
    "release_id": "bb2f077c-fc44-41f8-85e1-2fc8072d8009",
    "release_group_id": "1cbc1a5a-5512-3f8e-997b-d9281b83722b",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "He doesn't hit the crash after THE FILL. Holy crap. \n--\nRight now, we are all Crockett and Tubs...on a boat, a mutha...never mind.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}