Information about plays

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

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

{
    "id": 3543590,
    "uri": "https://api.kexp.org/v2/plays/3543590/?format=api",
    "airdate": "2025-08-23T03:47:58-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia600209.us.archive.org/4/items/mbid-d594f84e-909d-4174-a937-03a16a575797/mbid-d594f84e-909d-4174-a937-03a16a575797-2061251857_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/4/items/mbid-d594f84e-909d-4174-a937-03a16a575797/mbid-d594f84e-909d-4174-a937-03a16a575797-2061251857_thumb250.jpg",
    "song": "3 of Cups",
    "track_id": "a6bf8bad-36fb-376a-adab-95181130ba78",
    "recording_id": "f96bb644-dcd5-4eb7-8e05-f24814970b81",
    "artist": "Steel Pole Bath Tub",
    "artist_ids": [
        "476cd041-8509-413b-b235-299f458bda8c"
    ],
    "album": "Scars From Falling Down",
    "release_id": "d594f84e-909d-4174-a937-03a16a575797",
    "release_group_id": "9ffae49f-567d-3145-a7dd-3cf46b8d41e3",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}