Information about plays

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

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

{
    "id": 3543825,
    "uri": "https://api.kexp.org/v2/plays/3543825/?format=api",
    "airdate": "2025-08-23T17:40:54-07:00",
    "show": 64368,
    "show_uri": "https://api.kexp.org/v2/shows/64368/?format=api",
    "image_uri": "https://coverartarchive.org/release/08b064b2-9551-436f-bb6e-d38fba6d0e63/35101565461-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/08b064b2-9551-436f-bb6e-d38fba6d0e63/35101565461-250.jpg",
    "song": "Scandal Night",
    "track_id": null,
    "recording_id": null,
    "artist": "Miharu Koshi",
    "artist_ids": [],
    "album": "Pacific Breeze 3: Japanese City Pop, AOR and Boogie 1975–1987",
    "release_id": null,
    "release_group_id": "ddde8749-2705-4df1-bfce-9f853609d8f0",
    "labels": [
        "LITA"
    ],
    "label_ids": [],
    "release_date": "2023-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Just a little bit of scandal for a sunny Saturday afternoon)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}