Information about plays

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

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

{
    "id": 3421651,
    "uri": "https://api.kexp.org/v2/plays/3421651/?format=api",
    "airdate": "2024-11-05T08:35:49-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Brian in Indiana\nListening today from Indiana. I am a Veteran and retired recently after 20 years of service. KEXP was with me for that entire journey. I just wanted to say thank you to everyone who voted. It makes my years of service worth it. I'm proud of that service and I'm proud to be a part of the KEXP community.",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}