Information about plays

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

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

{
    "id": 3603039,
    "uri": "https://api.kexp.org/v2/plays/3603039/?format=api",
    "airdate": "2026-01-11T10:47:19-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet 94",
    "track_id": null,
    "recording_id": "33dc69b7-9e5e-46ce-9e01-ecb68c8155bf",
    "artist": "Buster Benton",
    "artist_ids": [
        "49ade812-b70e-407d-b4d1-dd77652f518a"
    ],
    "album": "Spider in My Stew",
    "release_id": null,
    "release_group_id": "3e637e03-a65a-321a-9667-c3bdbacd61c0",
    "labels": [
        "Ronn Records"
    ],
    "label_ids": [
        "5009a1d9-91f5-4f3d-9e24-d14c7ba92781"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best known as the guitarist in Willie Dixon's Blues All-Stars, he had a hit with a cover of Dixon’s song Spider In My Stew. While he played up until his death, it didn’t bring him financial stability so he worked as an auto-mechanic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}