Information about plays

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

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

{
    "id": 3554316,
    "uri": "https://api.kexp.org/v2/plays/3554316/?format=api",
    "airdate": "2025-09-17T20:24:48-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb81fc07-40b6-3f05-8acc-c33832c6d39b/34790836023-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb81fc07-40b6-3f05-8acc-c33832c6d39b/34790836023-250.jpg",
    "song": "The Garden of Earthly Delights",
    "track_id": null,
    "recording_id": "0e27b148-0832-418b-ace0-ef6edb58c1d5",
    "artist": "The United States of America",
    "artist_ids": [
        "e7fbc24b-744b-4ad3-96bb-685f78d9ef09"
    ],
    "album": "The United States of America",
    "release_id": null,
    "release_group_id": "374ef16c-489b-3a3a-91f6-820827807469",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1968-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}