Information about plays

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

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

{
    "id": 3657520,
    "uri": "https://api.kexp.org/v2/plays/3657520/?format=api",
    "airdate": "2026-05-21T04:30:59-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-2509ceec-beb0-4e24-a9ae-1d04a3f1c2a4/mbid-2509ceec-beb0-4e24-a9ae-1d04a3f1c2a4-45178824013_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-2509ceec-beb0-4e24-a9ae-1d04a3f1c2a4/mbid-2509ceec-beb0-4e24-a9ae-1d04a3f1c2a4-45178824013_thumb250.jpg",
    "song": "Days in the Sun",
    "track_id": "f8a4ac3c-1b08-40cd-9633-e1e59adda36d",
    "recording_id": "5a43af2e-2b79-4357-9ae7-79a507912fd8",
    "artist": "Arturo Sandoval",
    "artist_ids": [
        "c5cda118-797f-4124-aef2-f1ada89d3408"
    ],
    "album": "Sangú",
    "release_id": "2509ceec-beb0-4e24-a9ae-1d04a3f1c2a4",
    "release_group_id": "e60f0eea-ca6d-4e6c-9a08-e7fb47da918f",
    "labels": [
        "TM Records"
    ],
    "label_ids": [
        "e09b0dd2-a4c1-4ec7-a03d-865033b9a2a8"
    ],
    "release_date": "2026-05-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}