Information about plays

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

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

{
    "id": 3588205,
    "uri": "https://api.kexp.org/v2/plays/3588205/?format=api",
    "airdate": "2025-12-07T19:23:51-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Love Where You Find It",
    "track_id": null,
    "recording_id": "0281c4f6-5db3-4ca8-9c35-644838018a09",
    "artist": "Septimus",
    "artist_ids": [
        "bc8b6815-f1b6-4345-b593-3bc62aecc0ab"
    ],
    "album": "We Want A Piece Of The Pie",
    "release_id": null,
    "release_group_id": "6bd982bc-b905-4e50-a154-f0ba07e1f919",
    "labels": [
        "The Chosen Few Records"
    ],
    "label_ids": [
        "3ca366b0-bbe9-4527-a89b-47a80af8edf4"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Septimus released \"Take Love Where You Find It\" on the 1982 album We Want A Piece Of The Pie.\n\nMembers of Septimus included: Alice Gragg, Derek Woolfolk, Joann Booker, and Kevin Woolfolk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}