Information about plays

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

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

{
    "id": 3641391,
    "uri": "https://api.kexp.org/v2/plays/3641391/?format=api",
    "airdate": "2026-04-13T01:57:03-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/89d80596-ecbe-4604-9edb-222ae17046a4/6054284457-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89d80596-ecbe-4604-9edb-222ae17046a4/6054284457-250.jpg",
    "song": "Startripper",
    "track_id": null,
    "recording_id": "8439d2c8-fcfe-4786-bd90-62c85db87f30",
    "artist": "Larry Young",
    "artist_ids": [
        "81971abd-8a02-4d66-a499-8487ba7f20d8"
    ],
    "album": "Spaceball",
    "release_id": null,
    "release_group_id": "0e576dcb-217e-4dee-89c5-356bebf4aad9",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}