Information about plays

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

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

{
    "id": 3634522,
    "uri": "https://api.kexp.org/v2/plays/3634522/?format=api",
    "airdate": "2026-03-28T05:35:13-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://dn710108.ca.archive.org/0/items/mbid-8179bb9b-1a37-4fdc-908c-a7b646cd1eb9/mbid-8179bb9b-1a37-4fdc-908c-a7b646cd1eb9-34385734644_thumb500.jpg",
    "thumbnail_uri": "https://dn710108.ca.archive.org/0/items/mbid-8179bb9b-1a37-4fdc-908c-a7b646cd1eb9/mbid-8179bb9b-1a37-4fdc-908c-a7b646cd1eb9-34385734644_thumb250.jpg",
    "song": "Big Science",
    "track_id": "c4064f46-b8f1-3e44-a54e-52c0aee39f5e",
    "recording_id": "50a7268d-9a29-422c-9539-572c41da8166",
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "Talk Normal: The Laurie Anderson Anthology",
    "release_id": "8179bb9b-1a37-4fdc-908c-a7b646cd1eb9",
    "release_group_id": "66dd88f4-d887-3004-a3f8-212e538fe2b4",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}