Information about plays

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

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

{
    "id": 3545836,
    "uri": "https://api.kexp.org/v2/plays/3545836/?format=api",
    "airdate": "2025-08-28T10:11:06-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia801401.us.archive.org/21/items/mbid-e924bf23-690e-498e-af0a-2b2a2a8c958b/mbid-e924bf23-690e-498e-af0a-2b2a2a8c958b-33504645284_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-e924bf23-690e-498e-af0a-2b2a2a8c958b/mbid-e924bf23-690e-498e-af0a-2b2a2a8c958b-33504645284_thumb250.jpg",
    "song": "All Eyes on Me",
    "track_id": "c77e54fb-bcd4-4d43-9667-0a057e3cef1c",
    "recording_id": "c9bfc328-3028-4f19-94ad-296ba1f9d6f4",
    "artist": "Phoenix",
    "artist_ids": [
        "8d455809-96b3-4bb6-8829-ea4beb580d35"
    ],
    "album": "Alpha Zulu",
    "release_id": "e924bf23-690e-498e-af0a-2b2a2a8c958b",
    "release_group_id": "ef781f85-796a-48f4-b581-8f4dd513641f",
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2022-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phoenix is a band formed in 1995 from   Versailles, France.\n\nhttps://wearephoenix.com/\n\nWatch their performance from the 2024 Olympics with Kavinski here: https://www.youtube.com/watch?v=hUOUumLRIHQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}