Information about plays

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

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

{
    "id": 3542522,
    "uri": "https://api.kexp.org/v2/plays/3542522/?format=api",
    "airdate": "2025-08-20T15:18:57-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia600701.us.archive.org/28/items/mbid-e3f2fa8c-e92b-4a94-b1af-726035dadb25/mbid-e3f2fa8c-e92b-4a94-b1af-726035dadb25-18324861567_thumb500.jpg",
    "thumbnail_uri": "https://ia800701.us.archive.org/28/items/mbid-e3f2fa8c-e92b-4a94-b1af-726035dadb25/mbid-e3f2fa8c-e92b-4a94-b1af-726035dadb25-18324861567_thumb250.jpg",
    "song": "Formidable Cool",
    "track_id": "a1db24f4-0955-4bb5-99d0-a4eca7ac4f3e",
    "recording_id": "eb0739c1-157f-488e-bf42-2559ae7d84ac",
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "Visions of a Life",
    "release_id": "e3f2fa8c-e92b-4a94-b1af-726035dadb25",
    "release_group_id": "7f231c61-20b2-49d6-ac66-1cacc4cc775f",
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Showbox in Seattle on Monday, October 6th, and the Fox Theater in Oakland on Friday, October 10th.\n--\nEllie Rowsell said  that this disturbing  song was inspired by the book \"The Girls\" by Emma Cline, a novel about a young teenager falling in with a Charles Manson-like cult. The lyrical references heavily allude to a Manson-like subject who inspires fear and respect to command a following.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}