Information about plays

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

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

{
    "id": 3554102,
    "uri": "https://api.kexp.org/v2/plays/3554102/?format=api",
    "airdate": "2025-09-17T08:03:53-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Persephone",
    "track_id": "de51921a-b6c2-3d3c-83d5-f3efd0005eef",
    "recording_id": "5c8cbccb-04e1-461f-a2b0-47153525673b",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Treasure",
    "release_id": "14ec0698-18fa-3395-b203-b5c3c8c2cc51",
    "release_group_id": "e0023081-c755-377d-9bbf-fd7551d5d14c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Lisa in NY...\n==\nCelebrate the music of the Cocteau Twins at CocteauFest in Seattle on September 20 at Chop Suey.\nhttps://chopsuey.com/tm-event/cocteaufest/\n\nSince 2003, the fan community has organized CocteauFest, an unofficial, open-source celebration of Cocteau Twins music. CocteauFests have been held in Boston, Los Angeles, Toronto, New York, San Francisco, London, Paris, Manchester, Berlin, and elsewhere.\n\nhttps://cocteautwins.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}