Information about plays

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

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

{
    "id": 3596884,
    "uri": "https://api.kexp.org/v2/plays/3596884/?format=api",
    "airdate": "2025-12-27T20:26:59-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "https://coverartarchive.org/release/dfd7c097-ee10-4d2d-a889-bfb8688c6af1/41679612730-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dfd7c097-ee10-4d2d-a889-bfb8688c6af1/41679612730-250.jpg",
    "song": "Unforgivable",
    "track_id": null,
    "recording_id": "1b0a4d3d-6117-4724-97da-cd23ca0c8200",
    "artist": "Alexandra Savior",
    "artist_ids": [
        "0a8cf03f-a01a-4774-8c01-bd031389c99e"
    ],
    "album": "Beneath the Lilypad",
    "release_id": null,
    "release_group_id": "d98184da-e4b9-47b4-911c-af1d7860d277",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Unforgivable\" is off the third album by Portland artist Alexandra McDermott, aka Alexandria Savior. Beneath the Lilypad released in May 2025.\n\nhttps://www.alexandrasavior.com/music/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}