Information about plays

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

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

{
    "id": 3671499,
    "uri": "https://api.kexp.org/v2/plays/3671499/?format=api",
    "airdate": "2026-06-23T07:41:59-07:00",
    "show": 67066,
    "show_uri": "https://api.kexp.org/v2/shows/67066/?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": "Glynis",
    "track_id": "452e629c-080c-363b-b524-1078c8dcca12",
    "recording_id": "3923f66d-5afa-41df-a5c2-32dff117ed47",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "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": "No Alternative, two days in a row. It's a sign...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}