Information about plays

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

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

{
    "id": 3631987,
    "uri": "https://api.kexp.org/v2/plays/3631987/?format=api",
    "airdate": "2026-03-21T16:02:50-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "https://dn710305.ca.archive.org/0/items/mbid-cb2e54b8-6fc7-4601-85e9-11509b89a9de/mbid-cb2e54b8-6fc7-4601-85e9-11509b89a9de-31112404547_thumb500.jpg",
    "thumbnail_uri": "https://dn710305.ca.archive.org/0/items/mbid-cb2e54b8-6fc7-4601-85e9-11509b89a9de/mbid-cb2e54b8-6fc7-4601-85e9-11509b89a9de-31112404547_thumb250.jpg",
    "song": "Out of Time",
    "track_id": "8559acd0-f702-3598-bbbe-a178a4b5cea2",
    "recording_id": "51eef1cf-cc03-49bb-ad88-53cf1633ec0e",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Think Tank",
    "release_id": "cb2e54b8-6fc7-4601-85e9-11509b89a9de",
    "release_group_id": "25b8f0eb-8031-3a24-b363-476229fa882b",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2003-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Damon Albarn is the front man of Blur and The Good, the Bad & the Queen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}