Information about plays

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

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

{
    "id": 3638307,
    "uri": "https://api.kexp.org/v2/plays/3638307/?format=api",
    "airdate": "2026-04-05T18:51:09-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/58bd4889-c69d-42bb-948e-2a61880905f0/28058786768-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58bd4889-c69d-42bb-948e-2a61880905f0/28058786768-250.jpg",
    "song": "Daisy Lady",
    "track_id": null,
    "recording_id": "9b487faf-c4a3-49d9-85e6-f6b264b756d3",
    "artist": "7th Wonder",
    "artist_ids": [
        "65a1b053-0c2a-419d-8b67-17bfbdc7a0bc"
    ],
    "album": "Ultimate Breaks & Beats: The Complete Collection",
    "release_id": null,
    "release_group_id": "859a3b18-42ee-4aab-83c5-c82307844d97",
    "labels": [
        "Parachute Records"
    ],
    "label_ids": [
        "72636f76-97b3-4304-b89e-849a642ff46e"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "7th Wonder originally released \"Daisy Lady\" in 1979 but you can find the track on the 2006 compilation album Ultimate Breaks & Beats: The Complete Collection.\n\n7th Wonder is a funk octet from Tuskegee, Alabama. Members include: Allen Williams, Deborah Mathews, Iulus Chisholm, Jerome Thornton, Johnny Hammond, Marvin Patton, and William Butler.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}