Information about plays

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

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

{
    "id": 3542541,
    "uri": "https://api.kexp.org/v2/plays/3542541/?format=api",
    "airdate": "2025-08-20T16:25:17-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://ia801804.us.archive.org/8/items/mbid-2af55aed-cc89-4086-b5cd-c106aeaa9207/mbid-2af55aed-cc89-4086-b5cd-c106aeaa9207-34846802912_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-2af55aed-cc89-4086-b5cd-c106aeaa9207/mbid-2af55aed-cc89-4086-b5cd-c106aeaa9207-34846802912_thumb250.jpg",
    "song": "Spirals",
    "track_id": "6443b4a0-9aab-41c7-aa15-384efd95aff2",
    "recording_id": "b2e48eb4-49c1-4b54-9450-abc75daa844d",
    "artist": "Django Django",
    "artist_ids": [
        "4bfce038-b1a0-4bc4-abe1-b679ab900f03"
    ],
    "album": "Glowing in the Dark",
    "release_id": "e17254f8-4afa-4ca8-8e30-4b93f1d0e9bc",
    "release_group_id": "590b2c0f-1a80-4e6f-9c7e-e5388620620b",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2021-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Django Django played this song during their October 2021 performance for Live on KEXP at Home: https://youtu.be/aVd2RHDcROQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}