Information about plays

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

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

{
    "id": 3583264,
    "uri": "https://api.kexp.org/v2/plays/3583264/?format=api",
    "airdate": "2025-11-26T15:39:48-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gentle Smiles (Saxy)",
    "track_id": null,
    "recording_id": "b173eb6b-724a-4a53-ad89-b758eafb5447",
    "artist": "Gary Bartz",
    "artist_ids": [
        "d2cdb3df-783b-472e-91ab-70630fc6a4ad"
    ],
    "album": "The Shadow Do",
    "release_id": null,
    "release_group_id": "51364d32-df27-30eb-bfa5-3b52c5fe0280",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saxophonist Gary Bartz, named a 2024 Jazz Master by the National Endownment for the Arts, is a prolific recording artist with more than 45 solo albums to his credit.: https://www.oberlin.edu/gary-bartz\n--\n\"The Shadow Do\" was produced by Fonce and Larry Mizell. \"Gentle Smiles (Saxy)\" sampled William DeVaughn's \"Be Thankful for What You Got\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}