Information about plays

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

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

{
    "id": 3567166,
    "uri": "https://api.kexp.org/v2/plays/3567166/?format=api",
    "airdate": "2025-10-19T11:20:28-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e9f7f9e-3738-42e1-80c6-aafa8ff66b6a/3758429523-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e9f7f9e-3738-42e1-80c6-aafa8ff66b6a/3758429523-250.jpg",
    "song": "A Change Is Going To Come",
    "track_id": null,
    "recording_id": "c6c654d4-51fb-4e35-810f-9aadefe9a843",
    "artist": "Baby Huey",
    "artist_ids": [
        "66c03e40-2337-4952-8b27-afcbc68a6e5a"
    ],
    "album": "The Baby Huey Story: The Living Legend",
    "release_id": null,
    "release_group_id": "dd16dcca-8aff-3ae8-b5cd-861e2ab4213e",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Baby Huey died of a heart attack midway through recording this debut album. Label owner and producer Curtis Mayfield and Huey’s manager Marv Heiman worked to compile everything that had been recorded into something releasable, including this Sam Cooke cover.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}