Information about plays

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

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

{
    "id": 3422431,
    "uri": "https://api.kexp.org/v2/plays/3422431/?format=api",
    "airdate": "2024-11-07T08:14:57-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Megan from Ballard \nThis is just a note of thanks. Whenever things get tough I find myself at your proverbial door. In 2016, throughout the pandemic, now, and everything in between. You have been a source of joy, safety, solidarity. As a teacher, I know how much intention, care and work goes into creating spaces like this. I hope that everyone at KEXP is taking care of themselves like they are taking care of us. You are not alone. Thank you",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}