Information about plays

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

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

{
    "id": 3632795,
    "uri": "https://api.kexp.org/v2/plays/3632795/?format=api",
    "airdate": "2026-03-23T16:37:31-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://dn710203.ca.archive.org/0/items/mbid-618c2b49-b11c-412c-94b9-e54081c24449/mbid-618c2b49-b11c-412c-94b9-e54081c24449-44341283981_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-618c2b49-b11c-412c-94b9-e54081c24449/mbid-618c2b49-b11c-412c-94b9-e54081c24449-44341283981_thumb250.jpg",
    "song": "House",
    "track_id": "9b1b6e1c-2fbd-4b88-b9e6-5d37549d526e",
    "recording_id": "983be4a9-946c-41dd-8d0a-ea70c4a2931e",
    "artist": "Charli xcx featuring John Cale",
    "artist_ids": [
        "260b6184-8828-48eb-945c-bc4cb6fc34ca",
        "72c090b6-a68e-4cb9-b330-85278681a714"
    ],
    "album": "Wuthering Heights",
    "release_id": "618c2b49-b11c-412c-94b9-e54081c24449",
    "release_group_id": "8a03034e-d5be-4d37-a32c-da9858b3cf59",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2026-02-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charli b2b Charli",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}