Information about plays

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

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

{
    "id": 3572094,
    "uri": "https://api.kexp.org/v2/plays/3572094/?format=api",
    "airdate": "2025-10-31T05:09:47-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "’Lectric Chair Blues",
    "track_id": null,
    "recording_id": "576d8b7b-257e-4997-8f06-93adda6d657a",
    "artist": "Blind Lemon Jefferson",
    "artist_ids": [
        "9481010a-db23-469d-87df-b04118850efb"
    ],
    "album": "The Best of Blind Lemon Jefferson",
    "release_id": null,
    "release_group_id": "961d792a-5d19-3963-8d08-5e6beb372b61",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blind Lemon Jefferson  was an American blues and gospel singer-songwriter and musician. He was one of the most popular blues singers of the 1920s and has been called the \"Father of the Texas Blues\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}