Information about plays

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

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

{
    "id": 3597325,
    "uri": "https://api.kexp.org/v2/plays/3597325/?format=api",
    "airdate": "2025-12-28T20:30:13-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Party Together",
    "track_id": null,
    "recording_id": "3933e6bf-488c-4c9a-9721-2dd6519c052d",
    "artist": "Superbs",
    "artist_ids": [
        "436b2a27-2805-4435-a94d-999ae3048b13"
    ],
    "album": "The Best of Disco Demands: A Special Collection of Rare 1970s Dance Music",
    "release_id": null,
    "release_group_id": "a9acb936-1ae5-4265-83f5-d4a63ad8cbac",
    "labels": [
        "BBE Disco"
    ],
    "label_ids": [
        "df7b676d-2916-408e-a34d-7e20a824b0fa"
    ],
    "release_date": "2012-01-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Superbs released \"Party Together\" in 1979 as a b-side to \"In And Out Of Love.\" The track was included on a 2012 compilation album by the BBE called The Best Of Disco Demands - A Collection Of Rare 1970s Dance Music.\n\nKeep KEXP going strong with your donation: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}