Information about plays

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

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

{
    "id": 3553525,
    "uri": "https://api.kexp.org/v2/plays/3553525/?format=api",
    "airdate": "2025-09-15T22:42:03-07:00",
    "show": 64574,
    "show_uri": "https://api.kexp.org/v2/shows/64574/?format=api",
    "image_uri": "https://coverartarchive.org/release/30bf01ce-efb5-46e0-92dc-b5c1b70894da/15005369598-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30bf01ce-efb5-46e0-92dc-b5c1b70894da/15005369598-250.jpg",
    "song": "That We Have Been Here (Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Anne Clark",
    "artist_ids": [
        "a019a8cf-2601-4a81-b3c3-7b279a873713"
    ],
    "album": "The Law Is an Anagram of Wealth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "SPV"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What say you, Denny Crane?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}