Information about plays

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

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

{
    "id": 3576390,
    "uri": "https://api.kexp.org/v2/plays/3576390/?format=api",
    "airdate": "2025-11-10T10:27:49-08:00",
    "show": 65073,
    "show_uri": "https://api.kexp.org/v2/shows/65073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Taste of Honey",
    "track_id": null,
    "recording_id": "2c5b6f3d-28c8-48d5-b455-3062c9a0a7fc",
    "artist": "Herb Alpert’s Tijuana Brass",
    "artist_ids": [
        "012ef4f9-2d35-4000-86e5-bc761f87dab9"
    ],
    "album": "Whipped Cream & Other Delights Re‐Whipped",
    "release_id": null,
    "release_group_id": "f3cec9f3-83f6-3603-bb66-fc76100073ed",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2006-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hit it, Herb!\n\nHerb Alpert is performing a sold out show this Wednesday, Nov. 12, in the North Bay Area! In Santa Rosa at the Luther Burbank Center for the Arts.\n\nhttps://herbalpert.com/us_main_page_section/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}