Information about plays

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

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

{
    "id": 3600596,
    "uri": "https://api.kexp.org/v2/plays/3600596/?format=api",
    "airdate": "2026-01-05T13:28:53-08:00",
    "show": 65572,
    "show_uri": "https://api.kexp.org/v2/shows/65572/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anenome",
    "track_id": "a7ab5305-bae8-398d-8602-d32d6ae5b4e2",
    "recording_id": "59851cf1-4bb0-48e5-a523-2e2207d297d1",
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Tepid Peppermint Wonderland: A Retrospective",
    "release_id": "6d012983-4187-4e00-985a-d613a653a556",
    "release_group_id": "4a544596-f7db-3df0-9fe8-f4725b4d583b",
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2004-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}