Information about plays

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

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

{
    "id": 3339775,
    "uri": "https://api.kexp.org/v2/plays/3339775/?format=api",
    "airdate": "2024-04-25T05:29:17-07:00",
    "show": 60041,
    "show_uri": "https://api.kexp.org/v2/shows/60041/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "",
    "play_type": "airbreak"
}