Information about plays

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

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

{
    "id": 3570187,
    "uri": "https://api.kexp.org/v2/plays/3570187/?format=api",
    "airdate": "2025-10-26T10:14:15-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fbb7e40-d8ff-455f-beb5-1b5cf01e1a88/26563873786-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fbb7e40-d8ff-455f-beb5-1b5cf01e1a88/26563873786-250.jpg",
    "song": "House of Blue Lights (Part 2)",
    "track_id": null,
    "recording_id": "c1a1b5fe-a0c1-4690-ab04-e73c926d1271",
    "artist": "Don Convay & The Jefferson Lemon Blues Band",
    "artist_ids": [],
    "album": "The House of Blue Lights",
    "release_id": null,
    "release_group_id": "c3c1851d-6eb3-308a-aa91-a96085e0e6d7",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covay teamed with former Shirelles guitarist Joe Richardson and folk musician John Hammond in the Jefferson Lemon Blues Band; \nhttp://rockasteria.blogspot.com/2016/09/don-covay-and-jefferson-lemon-blues.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}