Information about plays

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

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

{
    "id": 3572252,
    "uri": "https://api.kexp.org/v2/plays/3572252/?format=api",
    "airdate": "2025-10-31T14:56:54-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76-39444575619_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76-39444575619_thumb250.jpg",
    "song": "Dead Moon Night",
    "track_id": "c08711fa-8e74-3f00-ae22-2fd5e8f040b2",
    "recording_id": "2d0e94b4-c396-4c1f-8dc5-951d618bfcef",
    "artist": "Dead Moon",
    "artist_ids": [
        "4866af3e-7586-403e-bea4-f27bcbcadbb6"
    ],
    "album": "Echoes of the Past",
    "release_id": "5c391077-e2ed-4d23-a444-59185b7e5f76",
    "release_group_id": "4e73ec2a-a34f-36fe-8270-bf1df548c3b6",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-09-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Brian!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}