Information about plays

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

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

{
    "id": 3641851,
    "uri": "https://api.kexp.org/v2/plays/3641851/?format=api",
    "airdate": "2026-04-14T05:20:37-07:00",
    "show": 66449,
    "show_uri": "https://api.kexp.org/v2/shows/66449/?format=api",
    "image_uri": "https://dn710309.ca.archive.org/0/items/mbid-4ed5aa15-d460-4f1c-89ff-e5c1cb6f22fd/mbid-4ed5aa15-d460-4f1c-89ff-e5c1cb6f22fd-25064740891_thumb500.jpg",
    "thumbnail_uri": "https://dn710309.ca.archive.org/0/items/mbid-4ed5aa15-d460-4f1c-89ff-e5c1cb6f22fd/mbid-4ed5aa15-d460-4f1c-89ff-e5c1cb6f22fd-25064740891_thumb250.jpg",
    "song": "Suddenly Last Summer",
    "track_id": "bf255b5c-d955-4c72-909b-1ac24ad5fc61",
    "recording_id": "3ae1e4e8-b720-4f69-bcba-8267c6438bf3",
    "artist": "The Motels",
    "artist_ids": [
        "c433b570-1cb8-472a-bed7-4e24f94ea665"
    ],
    "album": "Little Robbers",
    "release_id": "4ed5aa15-d460-4f1c-89ff-e5c1cb6f22fd",
    "release_group_id": "67ccaf4c-b417-322d-b55c-1b8c14dbf4fd",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Motels were a quintessential 1980s New Wave band from Los Angeles, led by the unmistakable voice and presence of Martha Davis. They are best known for their atmospheric, moody hits that blended art-rock sophistication with pop melodies.\n\nThe band's 1983 album \"Little Robbers\" was band's commercial high-water mark, blending their moody new wave roots with a polished, chart-dominating sound. Released on September 16, 1983, it solidified Martha Davis as a definitive voice of the early MTV era and earned the band an RIAA Gold certification.\n\nhttps://www.themotels.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}