Information about plays

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

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

{
    "id": 3608166,
    "uri": "https://api.kexp.org/v2/plays/3608166/?format=api",
    "airdate": "2026-01-23T18:47:34-08:00",
    "show": 65733,
    "show_uri": "https://api.kexp.org/v2/shows/65733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Analyze",
    "track_id": "e7158357-5b12-41b0-9f02-66d9541b03b6",
    "recording_id": "9e5765ac-5b5f-4128-80d6-7f7e12810a3d",
    "artist": "Sharpshooters",
    "artist_ids": [
        "b1c93be4-fb6e-4985-b77d-d2cdc350d1e5"
    ],
    "album": "Choked Up",
    "release_id": "f3c90ed0-c4ec-40a9-979d-fc85f0b8c4ae",
    "release_group_id": "2eabd06f-46ca-3088-8e14-396d05b2f3be",
    "labels": [
        "Conception Records"
    ],
    "label_ids": [
        "06ce3777-82ad-4919-8472-37d4241427ac"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"A collaboration between Seattle, WA, DJs Mr. Supreme (real name Danny Clavesilla) and Sureshot (real name Shane Hunt), the Sharpshooters produce sample-heavy down-tempo hip-hop and dance tracks.\"\n\nhttps://www.allmusic.com/artist/sharpshooters-mn0000011166/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}