Information about plays

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

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

{
    "id": 3549982,
    "uri": "https://api.kexp.org/v2/plays/3549982/?format=api",
    "airdate": "2025-09-07T09:26:24-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/22412f86-b5bf-4b50-a4f1-48b514c21ef0/23186478202-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22412f86-b5bf-4b50-a4f1-48b514c21ef0/23186478202-250.jpg",
    "song": "Life’s Greatest Fool",
    "track_id": null,
    "recording_id": "c0b17042-6246-4be0-bf4c-112125d30506",
    "artist": "Gene Clark",
    "artist_ids": [
        "2b6f3780-6fb6-42c2-95bb-5e080772e38c"
    ],
    "album": "No Other",
    "release_id": null,
    "release_group_id": "1a8984d7-503a-3a06-b02c-dad5e01b0d10",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1974-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Inspired by the Pacific Ocean and cocaine and produced by Thomas Jefferson Kaye who blew through the budget set by the label, this album was considered a critical and commercial flop at the time of release, which hurt Clark deeply. It was only after a remix and re-release in the 90s that it was re-considered as a “lost masterpiece.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}