Information about plays

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

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

{
    "id": 3588893,
    "uri": "https://api.kexp.org/v2/plays/3588893/?format=api",
    "airdate": "2025-12-09T11:37:35-08:00",
    "show": 65331,
    "show_uri": "https://api.kexp.org/v2/shows/65331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Cast your vote for the top albums of 2025 right here. Voting ends this Friday, December 12th :https://www.kexp.org/countdowns/best-of-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}