Information about plays

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

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

{
    "id": 3667115,
    "uri": "https://api.kexp.org/v2/plays/3667115/?format=api",
    "airdate": "2026-06-12T23:35:28-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d0b81fe-923a-48a3-b3b0-442954d74adf/19825277265-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d0b81fe-923a-48a3-b3b0-442954d74adf/19825277265-250.jpg",
    "song": "Chain Hang Low",
    "track_id": null,
    "recording_id": "c220e655-6528-4402-8bfb-21bb83a9255b",
    "artist": "Jibbs",
    "artist_ids": [
        "4036bf23-2b69-4be9-a285-e89677ab49bb"
    ],
    "album": "Chain Hang Low",
    "release_id": null,
    "release_group_id": "fc745172-dcf4-35c6-a4b1-d88e3532fe63",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}