Information about plays

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

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

{
    "id": 3540916,
    "uri": "https://api.kexp.org/v2/plays/3540916/?format=api",
    "airdate": "2025-08-16T20:26:45-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?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": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Portland artist Alexandra Savior!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}