Information about plays

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

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

{
    "id": 3656726,
    "uri": "https://api.kexp.org/v2/plays/3656726/?format=api",
    "airdate": "2026-05-19T06:55:03-07:00",
    "show": 66757,
    "show_uri": "https://api.kexp.org/v2/shows/66757/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-e75a9754-8447-3214-9067-4a0e9d654f4a/mbid-e75a9754-8447-3214-9067-4a0e9d654f4a-6682314490_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-e75a9754-8447-3214-9067-4a0e9d654f4a/mbid-e75a9754-8447-3214-9067-4a0e9d654f4a-6682314490_thumb250.jpg",
    "song": "The Robots",
    "track_id": "38ed1b56-e78d-3518-817d-d41a713e76a3",
    "recording_id": "c3425799-284e-454a-a006-873c953f1cad",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Man-Machine",
    "release_id": "e75a9754-8447-3214-9067-4a0e9d654f4a",
    "release_group_id": "d147e89b-90ca-35b6-9f7b-3e34b8edf63f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first Kraftwerk song Eva ever heard! \"The Robots\" is a single by German electronic-music group Kraftwerk, which was released ON THIS DAY in 1978. The single and its B-side, \"Spacelab\", both appeared on the band's seventh album, The Man-Machine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}