Information about plays

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

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

{
    "id": 3635206,
    "uri": "https://api.kexp.org/v2/plays/3635206/?format=api",
    "airdate": "2026-03-29T16:11:58-07:00",
    "show": 66313,
    "show_uri": "https://api.kexp.org/v2/shows/66313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blow",
    "track_id": null,
    "recording_id": null,
    "artist": "Zach Person",
    "artist_ids": [
        "cf7fa1a6-412c-499c-8f30-d54baa86449e"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-03-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zach Person from Atlanta, GA who started started playing guitar when he was ten years old, after watching punk bands perform at his local skatepark in Moore County, North Carolina.\n\nHe’s known for breathing fresh life into traditional blues by fusing it with raw, high-energy modern rock. After gaining initial notice on American Idol in 2016, he has gone on to share the stage with Buddy Guy.  His signature instrument is the Gibson SG.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}