Information about plays

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

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

{
    "id": 3567160,
    "uri": "https://api.kexp.org/v2/plays/3567160/?format=api",
    "airdate": "2025-10-19T10:58:00-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1f9ab38-a98f-4d1c-86cb-fcd19e48dd61/18141021864-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1f9ab38-a98f-4d1c-86cb-fcd19e48dd61/18141021864-250.jpg",
    "song": "Future Song (Love a Good Woman, Love a Good Man)",
    "track_id": null,
    "recording_id": "1788136a-f1c0-45ad-a445-e188d916a4ea",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Back to the World",
    "release_id": null,
    "release_group_id": "0e2853ec-9d05-3364-88d5-ce3deaff399d",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1973-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The “gentle genius” of Chicago released this album during the peak of music as social commentary, focusing its concept around soldiers returning “back to the world” after the Vietnam War and wrestling with America’s involvement in wars around the world.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}