Information about plays

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

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

{
    "id": 3545162,
    "uri": "https://api.kexp.org/v2/plays/3545162/?format=api",
    "airdate": "2025-08-26T18:02:24-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia802801.us.archive.org/25/items/mbid-226cf4f4-bd6a-30d0-84b8-889e55e3d099/mbid-226cf4f4-bd6a-30d0-84b8-889e55e3d099-23545645563_thumb500.jpg",
    "thumbnail_uri": "https://ia902801.us.archive.org/25/items/mbid-226cf4f4-bd6a-30d0-84b8-889e55e3d099/mbid-226cf4f4-bd6a-30d0-84b8-889e55e3d099-23545645563_thumb250.jpg",
    "song": "Parklife",
    "track_id": "f8e380d0-c132-311b-b1a5-4def082efcda",
    "recording_id": "56a8f0be-d69d-462f-815d-fe7689155750",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Parklife",
    "release_id": "226cf4f4-bd6a-30d0-84b8-889e55e3d099",
    "release_group_id": "67461c8e-d864-3910-9bf4-39e44357aac9",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1994-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Parklife\" is the title track from Blur's third studio album, Parklife (1994).\n\nIt features guest vocals from Phil Daniels who played the character of Jimmy in The Who's 1979 film, \"Quadrophenia\"\n\nThe band originally planned to call the album, \"Soft Porn,\" and wanted to feature an image of Buckingham Palace on the sleeve.\n\nhttps://bit.ly/3uWKHey",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}