Information about plays

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

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

{
    "id": 3561966,
    "uri": "https://api.kexp.org/v2/plays/3561966/?format=api",
    "airdate": "2025-10-06T08:41:59-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia801009.us.archive.org/17/items/mbid-0cf7c809-5184-3ce4-8792-edf5b6ad68f7/mbid-0cf7c809-5184-3ce4-8792-edf5b6ad68f7-18756586860_thumb500.jpg",
    "thumbnail_uri": "https://ia801009.us.archive.org/17/items/mbid-0cf7c809-5184-3ce4-8792-edf5b6ad68f7/mbid-0cf7c809-5184-3ce4-8792-edf5b6ad68f7-18756586860_thumb250.jpg",
    "song": "Little Fluffy Clouds",
    "track_id": "b9307309-e34a-37c9-9252-6ebacfae47b3",
    "recording_id": "96e8c97e-90f6-4db2-93d9-2a32b03817e3",
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "The Orb’s Adventures Beyond the Ultraworld",
    "release_id": "915d2f3a-dbe8-41b3-a712-b8d596dd86cc",
    "release_group_id": "27b682b2-dd29-3e15-8ef2-f6475f4d262f",
    "labels": [
        "Attic"
    ],
    "label_ids": [
        "8b136849-43fc-4b4b-bc63-b494d01851dc"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#598 on YOUR countdown of the greatest albums of all-time. \n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}