Information about plays

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

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

{
    "id": 3583087,
    "uri": "https://api.kexp.org/v2/plays/3583087/?format=api",
    "airdate": "2025-11-26T04:17:59-08:00",
    "show": 65212,
    "show_uri": "https://api.kexp.org/v2/shows/65212/?format=api",
    "image_uri": "https://ia803209.us.archive.org/5/items/mbid-47fa2bf5-74c7-41cc-8e64-0b88f910d648/mbid-47fa2bf5-74c7-41cc-8e64-0b88f910d648-15412944956_thumb500.jpg",
    "thumbnail_uri": "https://dn710708.ca.archive.org/0/items/mbid-47fa2bf5-74c7-41cc-8e64-0b88f910d648/mbid-47fa2bf5-74c7-41cc-8e64-0b88f910d648-15412944956_thumb250.jpg",
    "song": "Running Up That Hill (A Deal with God)",
    "track_id": "f5c90393-7886-4ccf-af61-145ec6f37e70",
    "recording_id": "62d37cff-2235-4e9c-817e-746c35d8b0a5",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Before the Dawn",
    "release_id": "47fa2bf5-74c7-41cc-8e64-0b88f910d648",
    "release_group_id": "1ac2d60a-ffdb-446d-9fce-695aa8cbe6aa",
    "labels": [
        "Fish People"
    ],
    "label_ids": [
        "fe6ea95e-3653-4f5d-a90e-641240abaef0"
    ],
    "release_date": "2016-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live from the Hammersmith Apollo in London, here's Kate Bush performing \"Running Up That Hill\": https://www.youtube.com/watch?v=R_hmXRek_gM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}