Information about plays

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

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

{
    "id": 3585756,
    "uri": "https://api.kexp.org/v2/plays/3585756/?format=api",
    "airdate": "2025-12-02T07:39:48-08:00",
    "show": 65269,
    "show_uri": "https://api.kexp.org/v2/shows/65269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Ryan in SF\nHey John and crew. I've got a long day of travel for work and wanted to thank you for the wonderful music so far to start my trek. My wife Olivia and I religiously listen to the morning show and it's comforting knowing she is listening now while she takes our dog to the beach and I'm about to take off. Have a great day everyone!",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}