Information about plays

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

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

{
    "id": 3571601,
    "uri": "https://api.kexp.org/v2/plays/3571601/?format=api",
    "airdate": "2025-10-29T23:57:15-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8-33288421053_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8/mbid-57300b8c-b8c5-44e9-b919-713d1e22b1a8-33288421053_thumb250.jpg",
    "song": "Yes, I'm a Witch",
    "track_id": "1290e1ec-ecce-35f1-a7fa-6c7e0fe95737",
    "recording_id": "cc3dc2ff-5d30-4e3f-9641-e57efd3fa413",
    "artist": "Yoko Ono",
    "artist_ids": [
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Onobox",
    "release_id": "57300b8c-b8c5-44e9-b919-713d1e22b1a8",
    "release_group_id": "cffdf4a1-9a8e-34a3-b865-b7f5d86758bd",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}