Information about plays

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

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

{
    "id": 3620566,
    "uri": "https://api.kexp.org/v2/plays/3620566/?format=api",
    "airdate": "2026-02-21T22:23:00-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7057291-221f-4dea-b753-a5792e862086/43282605465-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7057291-221f-4dea-b753-a5792e862086/43282605465-250.jpg",
    "song": "You Ominously End",
    "track_id": null,
    "recording_id": "bb94b8de-b94c-4485-a476-e8d0518b235a",
    "artist": "Arm’s Length",
    "artist_ids": [
        "2b1e0708-7317-4b09-b6a2-6dc6cb9c0479"
    ],
    "album": "There’s a Whole World Out There",
    "release_id": null,
    "release_group_id": "4c783002-5c8a-4fff-b03b-ff6ded91f2e3",
    "labels": [
        "Pure Noise Records"
    ],
    "label_ids": [
        "f4a82a7e-0a61-449f-a673-eebd774f82df"
    ],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arm's Length will be playing at:\n - Ace of Spaces in Sacramento on May 11th\n - The Neptune Theater in Seattle on May 13th\n\nhttps://armslength.shop/pages/tour-dates",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}