Information about plays

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

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

{
    "id": 3569958,
    "uri": "https://api.kexp.org/v2/plays/3569958/?format=api",
    "airdate": "2025-10-25T21:12:48-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-51c51799-84aa-4fec-bd37-6319963b21f9/mbid-51c51799-84aa-4fec-bd37-6319963b21f9-39959233147_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-51c51799-84aa-4fec-bd37-6319963b21f9/mbid-51c51799-84aa-4fec-bd37-6319963b21f9-39959233147_thumb250.jpg",
    "song": "I Am the Fly",
    "track_id": "e207f9a3-374d-462f-84fc-3d2ec85d0188",
    "recording_id": "b1f61188-b3b8-4aa4-abb0-5869ec8a3500",
    "artist": "Wire",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Chairs Missing",
    "release_id": "f7dc1dda-8806-4d9c-9740-6322b28ff18e",
    "release_group_id": "3e60a576-5bd0-3028-a0db-558c4a9845c7",
    "labels": [
        "Pinkflag"
    ],
    "label_ids": [
        "fabe1e2e-1c3b-4628-96cc-c7ae3afcf266"
    ],
    "release_date": "2006-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}