Information about plays

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

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

{
    "id": 3601527,
    "uri": "https://api.kexp.org/v2/plays/3601527/?format=api",
    "airdate": "2026-01-07T19:42:05-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "https://ia800202.us.archive.org/34/items/mbid-a736eee8-551f-40bc-833c-c8f1e9575c39/mbid-a736eee8-551f-40bc-833c-c8f1e9575c39-12048725449_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/34/items/mbid-a736eee8-551f-40bc-833c-c8f1e9575c39/mbid-a736eee8-551f-40bc-833c-c8f1e9575c39-12048725449_thumb250.jpg",
    "song": "Pick My Brain",
    "track_id": "ba4dfdae-854b-3e95-9b1c-e8db27b407ae",
    "recording_id": "3560b440-2bcb-44c6-a1f7-8294966f42d6",
    "artist": "Bardo Pond",
    "artist_ids": [
        "2ad8bce1-8e55-48db-82ed-d98b52a3a13f"
    ],
    "album": "Lapsed",
    "release_id": "a736eee8-551f-40bc-833c-c8f1e9575c39",
    "release_group_id": "e2ef9032-0a20-38be-974f-d938f5c195c5",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1997-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}