Information about plays

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

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

{
    "id": 3635886,
    "uri": "https://api.kexp.org/v2/plays/3635886/?format=api",
    "airdate": "2026-03-31T05:26:50-07:00",
    "show": 66327,
    "show_uri": "https://api.kexp.org/v2/shows/66327/?format=api",
    "image_uri": "https://coverartarchive.org/release/63ca0a26-6b6f-4a5d-8b4c-4e3fcf7c0cc2/4546630557-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63ca0a26-6b6f-4a5d-8b4c-4e3fcf7c0cc2/4546630557-250.jpg",
    "song": "Angel Dust",
    "track_id": null,
    "recording_id": "520ba250-5176-4e08-8c1f-5fb7c84e6d9e",
    "artist": "Gil Scott‐Heron & Brian Jackson",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5",
        "c4cdf239-e646-4339-b064-7a94f5af6583"
    ],
    "album": "Secrets",
    "release_id": null,
    "release_group_id": "a758552c-b1cb-371f-acb3-f8a6014db0e5",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's a full circle moment on EARLY this morning! Prometheus Brown at the boards, calling back to when it all began in 2023 with a Gil Scott-Heron song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}