Information about plays

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

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

{
    "id": 3572915,
    "uri": "https://api.kexp.org/v2/plays/3572915/?format=api",
    "airdate": "2025-11-02T02:47:25-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "https://coverartarchive.org/release/d69488af-2edf-410a-aeb8-718d58bc43cc/22867392443-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d69488af-2edf-410a-aeb8-718d58bc43cc/22867392443-250.jpg",
    "song": "Casual Discussion in a Dome Between Two Temples",
    "track_id": null,
    "recording_id": "2bb0dde7-4a6e-4578-8134-e0c9594b53e5",
    "artist": "Algernon Cadwallader",
    "artist_ids": [
        "47272420-4b41-43cb-a009-a349b9d87f42"
    ],
    "album": "Some Kind of Cadwallader",
    "release_id": null,
    "release_group_id": "b79bc64e-2e25-4c94-ae7a-64e7ec096eae",
    "labels": [
        "Asian Man Records"
    ],
    "label_ids": [
        "79cae522-8d5a-4535-a760-575b58f8957d"
    ],
    "release_date": "2008-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Live on KEXP on Wed. Nov. 5th at 3pm. Open to the public!\nFull list of in-studios here: https://www.kexp.org/events/kexp-events/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}