Information about plays

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

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

{
    "id": 3586043,
    "uri": "https://api.kexp.org/v2/plays/3586043/?format=api",
    "airdate": "2025-12-02T23:22:26-08:00",
    "show": 65274,
    "show_uri": "https://api.kexp.org/v2/shows/65274/?format=api",
    "image_uri": "https://ia903105.us.archive.org/12/items/mbid-e41bc6ab-cbdf-45d5-a9de-6c1898edaca3/mbid-e41bc6ab-cbdf-45d5-a9de-6c1898edaca3-20249565596_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/12/items/mbid-e41bc6ab-cbdf-45d5-a9de-6c1898edaca3/mbid-e41bc6ab-cbdf-45d5-a9de-6c1898edaca3-20249565596_thumb250.jpg",
    "song": "Yellow Submarine",
    "track_id": "af16e577-08ec-4a60-97fd-72a69acb42ce",
    "recording_id": "b2181aae-5cba-496c-bb0c-b4cc0109ebf8",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Revolver",
    "release_id": "e41bc6ab-cbdf-45d5-a9de-6c1898edaca3",
    "release_group_id": "72d15666-99a7-321e-b1f3-a3f8c09dff9f",
    "labels": [
        "Apple Records",
        "Parlophone",
        "Capitol Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title track of the soundtrack and animated film originally released in 1966 on Revolver. It features Ringo on vocals!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}