Information about plays

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

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

{
    "id": 3627914,
    "uri": "https://api.kexp.org/v2/plays/3627914/?format=api",
    "airdate": "2026-03-12T00:23:04-07:00",
    "show": 66156,
    "show_uri": "https://api.kexp.org/v2/shows/66156/?format=api",
    "image_uri": "https://coverartarchive.org/release/8842544c-bfde-44b2-9fe4-ca591a6d0827/21943291867-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8842544c-bfde-44b2-9fe4-ca591a6d0827/21943291867-250.jpg",
    "song": "Gypsy Woman",
    "track_id": null,
    "recording_id": "dfa285fc-19be-44fa-af0e-4415449c9d92",
    "artist": "Animanz and Juanita Euka",
    "artist_ids": [
        "e0be339e-cdaa-4ae6-8983-b4a4b0c2d41a",
        "f803ba2b-ee44-43ae-b2b2-56d3584bac21"
    ],
    "album": "Exotic Other",
    "release_id": null,
    "release_group_id": "3de45f3d-8fa1-4773-a64c-5940a9cedea7",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2018-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://animanz.bandcamp.com/album/exotic-other-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}