Information about plays

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

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

{
    "id": 3572456,
    "uri": "https://api.kexp.org/v2/plays/3572456/?format=api",
    "airdate": "2025-11-01T03:38:31-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee22bd44-402b-367c-b998-98b1173dca1b/21033916290-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee22bd44-402b-367c-b998-98b1173dca1b/21033916290-250.jpg",
    "song": "Shimmering, Warm and Bright",
    "track_id": null,
    "recording_id": "1a7e1a87-f7d1-4935-9120-cc332aaacce7",
    "artist": "Bel Canto",
    "artist_ids": [
        "7537c506-c49b-47a8-a313-4ece139a9ddd"
    ],
    "album": "Shimmering, Warm & Bright",
    "release_id": null,
    "release_group_id": "0fa69e82-a33d-38e3-bc04-8d3caeaff5be",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norwegian duo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}