Information about plays

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

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

{
    "id": 3621996,
    "uri": "https://api.kexp.org/v2/plays/3621996/?format=api",
    "airdate": "2026-02-25T06:12:06-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sounds of Science",
    "track_id": "27c7a8c6-4c90-3042-b39a-570d536e9125",
    "recording_id": "175b5759-0dff-4738-9edc-9d8416528a05",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Paul’s Boutique",
    "release_id": "1bf66a76-d132-317d-95df-a22b5c7dc9f0",
    "release_group_id": "b534aa01-d621-31ba-9278-38a500e3cdca",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They sampled \"When I'm Sixty-Four.\" (Plus, \"The End, \"Sgt. Pepper's Lonely Hearts Club Band,\" and \"Back in the U.S.S.R.\" from The Beatles.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}