Information about plays

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

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

{
    "id": 3638565,
    "uri": "https://api.kexp.org/v2/plays/3638565/?format=api",
    "airdate": "2026-04-06T09:11:55-07:00",
    "show": 66382,
    "show_uri": "https://api.kexp.org/v2/shows/66382/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-e91a2a7b-3b4c-4af9-a832-a0d88853bce8/mbid-e91a2a7b-3b4c-4af9-a832-a0d88853bce8-36243916260_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-e91a2a7b-3b4c-4af9-a832-a0d88853bce8/mbid-e91a2a7b-3b4c-4af9-a832-a0d88853bce8-36243916260_thumb250.jpg",
    "song": "Only Shallow",
    "track_id": "d6dc8842-7c5a-306e-abe7-24de7d435964",
    "recording_id": "af87f70f-14e1-452b-ba66-b3e1be7fbdf1",
    "artist": "My Bloody Valentine",
    "artist_ids": [
        "8ca01f46-53ac-4af2-8516-55a909c0905e"
    ],
    "album": "The Brit Box",
    "release_id": "e91a2a7b-3b4c-4af9-a832-a0d88853bce8",
    "release_group_id": "a1bf6563-788f-3683-ac93-22cd55bebb43",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}