Information about plays

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

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

{
    "id": 3600601,
    "uri": "https://api.kexp.org/v2/plays/3600601/?format=api",
    "airdate": "2026-01-05T13:48:31-08:00",
    "show": 65572,
    "show_uri": "https://api.kexp.org/v2/shows/65572/?format=api",
    "image_uri": "https://coverartarchive.org/release/f345a38e-b9fa-3ad2-8a43-32c9424c6630/8923055025-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f345a38e-b9fa-3ad2-8a43-32c9424c6630/8923055025-250.jpg",
    "song": "Mannish Boy",
    "track_id": null,
    "recording_id": "c816f536-9f11-4239-81fe-ea61188b1a33",
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "Electric Mud",
    "release_id": null,
    "release_group_id": "a32e40fb-6d50-3596-ae27-c8fdbe9ddcd8",
    "labels": [
        "Chess"
    ],
    "label_ids": [
        "a21a8d25-756b-467b-8a18-8b77536a32fd"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Muddy Waters originally recorded this in 1955, then re-recorded it in 1977 for his Hard Again album in a version produced by Johnny Winter. It's a reworking of the Bo Diddley song \"I'm A Man.\" Waters used the same basic riff on his song \"Hoochie Coochie Man.\" George Thorogood used it for his song \"Bad To The Bone.\" - https://bit.ly/3wpI5Wy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}