Information about plays

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

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

{
    "id": 3551293,
    "uri": "https://api.kexp.org/v2/plays/3551293/?format=api",
    "airdate": "2025-09-10T12:26:30-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://coverartarchive.org/release/28d37a34-95e5-414d-8da2-ab6f553d5af1/25922377016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/28d37a34-95e5-414d-8da2-ab6f553d5af1/25922377016-250.jpg",
    "song": "She Came On",
    "track_id": null,
    "recording_id": "a57373ca-8fb8-409c-964d-3f4a4318dded",
    "artist": "Super Deluxe",
    "artist_ids": [
        "c795a5df-7327-4375-b39f-89b6141b827f"
    ],
    "album": "Famous",
    "release_id": null,
    "release_group_id": "dbc76da0-de9c-3898-afc9-64f8d2bf1b80",
    "labels": [
        "Tim/Kerr Records"
    ],
    "label_ids": [
        "8dd0bc73-8edc-44d3-a212-2be8caf18c92"
    ],
    "release_date": "1995-10-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Seattle-based Super Deluxe is a post-grunge power-pop band ... The group signed to Warner in 1994, releasing their debut album Famous in the fall of 1995.\"\n\nhttps://www.allmusic.com/artist/super-deluxe-mn0000035847#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}