Information about plays

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

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

{
    "id": 3584090,
    "uri": "https://api.kexp.org/v2/plays/3584090/?format=api",
    "airdate": "2025-11-28T12:18:13-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Don't miss your chance to vote for your favorite albums of 2025! Then tune in on Friday, December 19th to hear the top 100 countdown: https://www.kexp.org/countdowns/best-of-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}