Information about plays

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

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

{
    "id": 3554199,
    "uri": "https://api.kexp.org/v2/plays/3554199/?format=api",
    "airdate": "2025-09-17T13:43:39-07:00",
    "show": 64587,
    "show_uri": "https://api.kexp.org/v2/shows/64587/?format=api",
    "image_uri": "https://ia800906.us.archive.org/28/items/mbid-7970e44d-99aa-3970-a49c-374a571f4180/mbid-7970e44d-99aa-3970-a49c-374a571f4180-41291714629_thumb500.jpg",
    "thumbnail_uri": "https://dn721702.ca.archive.org/0/items/mbid-7970e44d-99aa-3970-a49c-374a571f4180/mbid-7970e44d-99aa-3970-a49c-374a571f4180-41291714629_thumb250.jpg",
    "song": "Tishbite",
    "track_id": "558c7d98-a719-304a-b6e6-4d7e3722b229",
    "recording_id": "b56360e5-98df-4045-baa2-eadf8cda2053",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Milk & Kisses",
    "release_id": "7970e44d-99aa-3970-a49c-374a571f4180",
    "release_group_id": "9054feb0-becb-3525-ae6e-a1c0f2b92e3f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An interesting coincidence...Cocteau Twins released their sixth studio album, \"Heaven or Las Vegas\" on this date in 1990.\n--\n\"Milk & Kisses\" was their eighth and final album, released in April, 1996.\n--\nFor closeups of Elizabeth Fraser's gorgeous face, watch this video: https://www.youtube.com/watch?v=EmuM7R0VfAs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}