Information about plays

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

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

{
    "id": 3613565,
    "uri": "https://api.kexp.org/v2/plays/3613565/?format=api",
    "airdate": "2026-02-05T14:24:31-08:00",
    "show": 65847,
    "show_uri": "https://api.kexp.org/v2/shows/65847/?format=api",
    "image_uri": "https://ia801803.us.archive.org/3/items/mbid-167c97f2-eaba-4952-9de3-87dae22be760/mbid-167c97f2-eaba-4952-9de3-87dae22be760-29453858339_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-167c97f2-eaba-4952-9de3-87dae22be760/mbid-167c97f2-eaba-4952-9de3-87dae22be760-29453858339_thumb250.jpg",
    "song": "Think Twice (Mizell Brothers 2005 Remix)",
    "track_id": "e9b3c0f8-d118-398a-9d9a-378c17b948f9",
    "recording_id": "2d33aadc-007f-43a7-95bc-a92cb06e2c07",
    "artist": "Donald Byrd",
    "artist_ids": [
        "69f95e5c-4b34-4c8b-b8fe-c59f9296195a"
    ],
    "album": "The Mizell Brothers at Blue Note",
    "release_id": "376b4905-f0c2-475c-8bf4-d1fc1146da4f",
    "release_group_id": "02bcea37-c956-31bb-b8b8-c74992f939ff",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2005-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, produced and co-written by Larry Mizell, featured Kay Haith on vocals. That's Larry's uncle, Fonce Mizell, on background vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}