Information about plays

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

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

{
    "id": 3603012,
    "uri": "https://api.kexp.org/v2/plays/3603012/?format=api",
    "airdate": "2026-01-11T09:33:18-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got My Mojo Working",
    "track_id": null,
    "recording_id": "0c852a7b-9437-4fb8-82e0-a23cf2c8409f",
    "artist": "The Graham Bond Organization",
    "artist_ids": [
        "eafd8e1c-bff2-4f34-8b53-0f1b64389a2a"
    ],
    "album": "The Sound of 65",
    "release_id": null,
    "release_group_id": "59c95cfd-dc31-424e-9116-74e64cfc4517",
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": "1965-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Before Jack Bruce and Ginger Baker went on to form Cream, they were in this band and released a cover of Muddy Waters’ 1956 song, which was adapted from Preston Foster and Ann Cole.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}