Information about plays

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

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

{
    "id": 3421807,
    "uri": "https://api.kexp.org/v2/plays/3421807/?format=api",
    "airdate": "2024-11-05T18:13:07-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia801700.us.archive.org/27/items/mbid-1a547adc-c99e-4c55-87b1-5d7da769d743/mbid-1a547adc-c99e-4c55-87b1-5d7da769d743-18204096738_thumb500.jpg",
    "thumbnail_uri": "https://ia601700.us.archive.org/27/items/mbid-1a547adc-c99e-4c55-87b1-5d7da769d743/mbid-1a547adc-c99e-4c55-87b1-5d7da769d743-18204096738_thumb250.jpg",
    "song": "See a Little Light",
    "track_id": "9e1a48a0-266c-3445-b4c3-b48a22ed9094",
    "recording_id": "99fc093e-f51c-4483-8363-350f881c5b3a",
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "Workbook",
    "release_id": "1a547adc-c99e-4c55-87b1-5d7da769d743",
    "release_group_id": "ae6ae7de-a78f-32e5-9dcf-d3bf8b5827c8",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1989-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Mould remembered writing this song following the break up of his band Husker Du: \n\"This just fell out of the sky. Coming out of the breakup of Hüsker Dü and a year on the farm , writing nonstop mostly by myself, that was one of the brighter moments of that writing process. I don't know if it was inspired by a sunny day or one of the chickens on the farm. But what an optimistic song given how isolated I was and how shocking life after Hüsker Dü was for me. I was living a singular, solitary existence. I wouldn't say my relationship at the time was hopeless, but it was pretty far out of reach that anything positive would come. So I'm seeing a little light. Not a ton! [Laughs] Just a glimpse of hope\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}