Information about plays

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

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

{
    "id": 3641633,
    "uri": "https://api.kexp.org/v2/plays/3641633/?format=api",
    "airdate": "2026-04-13T17:04:54-07:00",
    "show": 66445,
    "show_uri": "https://api.kexp.org/v2/shows/66445/?format=api",
    "image_uri": "https://coverartarchive.org/release/f39bedb6-64bf-4246-8011-9b45343e1a03/9849736082-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f39bedb6-64bf-4246-8011-9b45343e1a03/9849736082-250.jpg",
    "song": "Never Make Your Move Too Soon (Live At The Alley Cat Bistro, Culver City, California / June, 1987)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ernestine Anderson",
    "artist_ids": [
        "d4fed395-5b9d-4b70-b45a-c6cbb0b46c9e"
    ],
    "album": "I Love Being Here with You",
    "release_id": null,
    "release_group_id": "0598dd61-ae23-449b-b337-292e3807f05e",
    "labels": [
        "Concord Jazz"
    ],
    "label_ids": [
        "8ec4f16d-a43f-4e80-b3b0-935dbdbb598a"
    ],
    "release_date": "2002-06-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Anderson's family moved to Seattle, Washington, in 1944, when she was 16. Anderson attended Garfield High School, graduating in 1946. While a teenager, she was discovered by bandleader \"Bumps\" Blackwell, who hired her as a singer for his Junior Band. Anderson's first show was at the Washington Social Club on East Madison Street. The band (which later included Quincy Jones on trumpet, and a young Ray Charles on keyboard) performed regularly in jazz clubs on Seattle's Jackson Street.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}