Information about plays

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

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

{
    "id": 3640151,
    "uri": "https://api.kexp.org/v2/plays/3640151/?format=api",
    "airdate": "2026-04-10T04:04:20-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ad01c91-76d1-494f-9710-55210b48d42d/18863306032-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ad01c91-76d1-494f-9710-55210b48d42d/18863306032-250.jpg",
    "song": "Shame",
    "track_id": null,
    "recording_id": "063bf7b8-0ef3-462f-b7b0-4ecf22d2167c",
    "artist": "Evelyn “Champagne” King",
    "artist_ids": [
        "f104e236-9655-4022-b794-d1567357e3b0"
    ],
    "album": "Smooth Talk",
    "release_id": null,
    "release_group_id": "d7002fb3-3623-3f8d-aad0-0dea686299de",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1977-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the signature songs for R&B, disco, funk legend Evelyn \"Champagne\" King -- recorded when she was 16 years old, discovered while working with her mother as a cleaner at Philadelphia International Records.  The track's been sampled by artists ranging from Iggy Azalea and Jacky Elastic to Silva Hound, and has been featured in numerous soundtracks, including the radio station Fever 105 in the video game \"Grand Theft Auto: Vice City\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}