Information about plays

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

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

{
    "id": 3670140,
    "uri": "https://api.kexp.org/v2/plays/3670140/?format=api",
    "airdate": "2026-06-20T05:57:44-07:00",
    "show": 67034,
    "show_uri": "https://api.kexp.org/v2/shows/67034/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-4a052754-caa1-4f34-ab5a-6ef30209583f/mbid-4a052754-caa1-4f34-ab5a-6ef30209583f-34685838355_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-4a052754-caa1-4f34-ab5a-6ef30209583f/mbid-4a052754-caa1-4f34-ab5a-6ef30209583f-34685838355_thumb250.jpg",
    "song": "Jungle Boogie",
    "track_id": "1216e098-f8a0-33a0-8edc-13982c2fe530",
    "recording_id": "afd7680d-0df0-41d8-8d80-318090702f90",
    "artist": "Kool & the Gang",
    "artist_ids": [
        "2469950a-f0ca-425a-bfbc-baf55ea3afde"
    ],
    "album": "Wild and Peaceful",
    "release_id": "4a052754-caa1-4f34-ab5a-6ef30209583f",
    "release_group_id": "db9b94e6-9771-3835-8500-f50db5430ad6",
    "labels": [
        "De-Lite Records"
    ],
    "label_ids": [
        "bfc7a464-c27f-4abd-af5a-35f17f557168"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}