Information about plays

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

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

{
    "id": 3656325,
    "uri": "https://api.kexp.org/v2/plays/3656325/?format=api",
    "airdate": "2026-05-18T08:34:23-07:00",
    "show": 66750,
    "show_uri": "https://api.kexp.org/v2/shows/66750/?format=api",
    "image_uri": "https://coverartarchive.org/release/e8be19be-8964-490f-bdd3-ffe0204b29ac/41437009742-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e8be19be-8964-490f-bdd3-ffe0204b29ac/41437009742-250.jpg",
    "song": "Gypsy",
    "track_id": null,
    "recording_id": "02706c10-51a8-4048-8ce9-4c4ae9c319f5",
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Gypsy",
    "release_id": null,
    "release_group_id": "423b46c4-9e51-4abc-917c-d612aa6612c7",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Karen. You are not alone.\n\n\"Good morning!\nMy dear mom took her last breath this past weekend. She leaves many friends and loved ones who will remember her dearly. She always had music playing and often would be dancing along. She believed she was a gypsy at heart. Could you please play Fleetwood Mac - Gypsy in honor of my mom\nThank you John and KEXP for your generosity in spirit and community.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}