Information about plays

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

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

{
    "id": 3540673,
    "uri": "https://api.kexp.org/v2/plays/3540673/?format=api",
    "airdate": "2025-08-16T06:52:38-07:00",
    "show": 64302,
    "show_uri": "https://api.kexp.org/v2/shows/64302/?format=api",
    "image_uri": "https://coverartarchive.org/release/60f21a54-8494-443b-b964-c0a1d0bf4f70/9731181428-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60f21a54-8494-443b-b964-c0a1d0bf4f70/9731181428-250.jpg",
    "song": "Sparkle",
    "track_id": null,
    "recording_id": "d2622545-dd24-4902-bd9e-29cdf4c702d0",
    "artist": "Robin Guthrie",
    "artist_ids": [
        "47d7b25e-585b-4c97-b98b-411b21a53379"
    ],
    "album": "Carousel",
    "release_id": null,
    "release_group_id": "087609e8-41af-4498-890b-680554faf00b",
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2009-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}