Information about plays

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

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

{
    "id": 3579580,
    "uri": "https://api.kexp.org/v2/plays/3579580/?format=api",
    "airdate": "2025-11-17T23:00:08-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/732d8ecd-64ea-4e00-9ef9-a0cfcf76b079/17189823851-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/732d8ecd-64ea-4e00-9ef9-a0cfcf76b079/17189823851-250.jpg",
    "song": "Corridor of Dreams",
    "track_id": null,
    "recording_id": null,
    "artist": "Cleaners from Venus",
    "artist_ids": [],
    "album": "Midnight Cleaners",
    "release_id": null,
    "release_group_id": "5635fc93-dd42-4b77-95e0-a6b892dbd116",
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "1982-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ perfect tune ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}