Information about plays

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

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

{
    "id": 3616699,
    "uri": "https://api.kexp.org/v2/plays/3616699/?format=api",
    "airdate": "2026-02-12T20:10:48-08:00",
    "show": 65916,
    "show_uri": "https://api.kexp.org/v2/shows/65916/?format=api",
    "image_uri": "https://coverartarchive.org/release/64b2af13-211d-4735-9410-68a4797c220b/12044900408-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64b2af13-211d-4735-9410-68a4797c220b/12044900408-250.jpg",
    "song": "Miss You Much",
    "track_id": null,
    "recording_id": "bd5cb0df-d636-4d75-9232-e82f8b011c61",
    "artist": "張國榮",
    "artist_ids": [
        "d780609b-eca5-4277-a0c2-801cc0404764"
    ],
    "album": "Final Encounter",
    "release_id": null,
    "release_group_id": "4b9edcb6-eb13-42ed-9bf8-c04dfd54e754",
    "labels": [
        "Cinepoly Records"
    ],
    "label_ids": [
        "b549d692-6aab-49d3-b9a8-03ceeb4470bc"
    ],
    "release_date": "1989-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leslie Cheung Kwok-wing was a Hong Kong singer and actor. One of the most influential cultural icons in the Sinophone world, Cheung was known for his debonair demeanor, flamboyant screen characters, and avant-garde, androgynous stage presence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}