Information about plays

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

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

{
    "id": 3629142,
    "uri": "https://api.kexp.org/v2/plays/3629142/?format=api",
    "airdate": "2026-03-15T05:39:05-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff/mbid-72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff-27924237458_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff/mbid-72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff-27924237458_thumb250.jpg",
    "song": "Will It Go Round in Circles",
    "track_id": "3e6010c5-8465-340a-ba47-9a126aba5154",
    "recording_id": "a5708dbe-9557-41fd-b069-47cced367b34",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 11",
    "release_id": "72a1e1c2-3df4-4c89-84b5-4c9f62a0ceff",
    "release_group_id": "825f2eb2-c698-3f9a-bfd7-409e209e71ff",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}