Information about plays

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

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

{
    "id": 3616557,
    "uri": "https://api.kexp.org/v2/plays/3616557/?format=api",
    "airdate": "2026-02-12T11:42:41-08:00",
    "show": 65913,
    "show_uri": "https://api.kexp.org/v2/shows/65913/?format=api",
    "image_uri": "https://ia903208.us.archive.org/8/items/mbid-c3cb32f7-b6e4-400c-8abb-8d1093feb3d3/mbid-c3cb32f7-b6e4-400c-8abb-8d1093feb3d3-6972804944_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/8/items/mbid-c3cb32f7-b6e4-400c-8abb-8d1093feb3d3/mbid-c3cb32f7-b6e4-400c-8abb-8d1093feb3d3-6972804944_thumb250.jpg",
    "song": "Unknown Delight",
    "track_id": "452dd00e-c6bd-34b3-b9f7-4e08f8208f7d",
    "recording_id": "af9f4830-f0fa-42ad-b3c2-e02d64229e3b",
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "Gone Troppo",
    "release_id": "c3cb32f7-b6e4-400c-8abb-8d1093feb3d3",
    "release_group_id": "f420fad3-36b6-33f7-8cce-76efbd12dc8f",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Gone Troppo' is the tenth studio album from George Harrison and released in 1982. He was once in a band called The Beatles.\n\nWith Harrison uninterested in the contemporary music scene and unwilling to promote the release, Gone Troppo failed to chart in the United Kingdom, and it was his only post-Beatles studio album not to chart inside the top 20 in the United States. For the next five years, he largely took an extended hiatus from his music career, with only the occasional soundtrack recording surfacing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}