Information about plays

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

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

{
    "id": 3597308,
    "uri": "https://api.kexp.org/v2/plays/3597308/?format=api",
    "airdate": "2025-12-28T19:30:41-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Groovin’ You",
    "track_id": null,
    "recording_id": "5e010650-7c74-4873-bfcc-9082952373bf",
    "artist": "Harvey Mason",
    "artist_ids": [
        "1081d9bb-17fa-43cf-8b2e-05f7e6029f70"
    ],
    "album": "Groovin' You",
    "release_id": null,
    "release_group_id": "cbe4cf75-d7af-3b6d-90fc-99e31b46385d",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1979-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul, jazz and disco drummer, songwriter and producer, Harvey Mason released \"Groovin’ You\" in 1979 on the album of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}