Information about plays

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

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

{
    "id": 3634071,
    "uri": "https://api.kexp.org/v2/plays/3634071/?format=api",
    "airdate": "2026-03-27T00:06:01-07:00",
    "show": 66288,
    "show_uri": "https://api.kexp.org/v2/shows/66288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got My Mind Set on You",
    "track_id": null,
    "recording_id": "08d8e170-937d-49a2-a786-6b4b7690319a",
    "artist": "George Harrison with Eric Clapton and Band",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0",
        "618b6900-0618-4f1e-b835-bccb17f84294"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}