Information about plays

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

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

{
    "id": 3625359,
    "uri": "https://api.kexp.org/v2/plays/3625359/?format=api",
    "airdate": "2026-03-04T21:06:31-08:00",
    "show": 66092,
    "show_uri": "https://api.kexp.org/v2/shows/66092/?format=api",
    "image_uri": "https://coverartarchive.org/release/101cb491-e2cc-484d-abac-c8e49c4e12de/15448164501-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/101cb491-e2cc-484d-abac-c8e49c4e12de/15448164501-250.jpg",
    "song": "Cheshire (full-length version)",
    "track_id": null,
    "recording_id": "623f4084-6355-402a-935f-396466087f28",
    "artist": "Frumious Bandersnatch",
    "artist_ids": [
        "745c46a5-9c4f-4bf6-bbf8-d2b4c3a08d4e"
    ],
    "album": "Golden Sons of Libra (The Studio Outtakes)",
    "release_id": null,
    "release_group_id": "881d741f-764b-45de-8e69-1b6d6c9920a7",
    "labels": [
        "Get Back"
    ],
    "label_ids": [
        "5d6d7f4b-f914-4b05-8ac1-d7171d600b7a"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A group from SF in the 1960s who recorded significantly less than their contemporaries but members eventually went on to play with Steven Miller Band and later formed Journey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}