Information about plays

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

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

{
    "id": 3633435,
    "uri": "https://api.kexp.org/v2/plays/3633435/?format=api",
    "airdate": "2026-03-25T08:47:41-07:00",
    "show": 66275,
    "show_uri": "https://api.kexp.org/v2/shows/66275/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-a3d28db4-bbee-4a3a-b355-b2cd14e426a5/mbid-a3d28db4-bbee-4a3a-b355-b2cd14e426a5-9526526367_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-a3d28db4-bbee-4a3a-b355-b2cd14e426a5/mbid-a3d28db4-bbee-4a3a-b355-b2cd14e426a5-9526526367_thumb250.jpg",
    "song": "Unseen Power of the Picket Fence",
    "track_id": "8e9f7653-45aa-3ff8-bbf1-a67c6d070eee",
    "recording_id": "902e1f37-ab7d-4ff2-9e07-151684082125",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "No Alternative",
    "release_id": "86e5874a-e095-367c-8c66-fb4a4cc2fdc1",
    "release_group_id": "11ef8234-7c9e-3566-9137-e5c784144694",
    "labels": [
        "BMG Victor Inc."
    ],
    "label_ids": [
        "942d60b6-2534-4219-ab14-5010a3aa3e07"
    ],
    "release_date": "1993-12-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here is Pavement’s ode to R.E.M., “The Unseen Power of the Picket Fence,” in which Stephen Malkmus, working his way through \"Reckoning\"’s song titles, informs us that “Time After Time Was (his) Least Favorite Song.”\n\nSwinging for those fences.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}