Information about plays

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

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

{
    "id": 3597287,
    "uri": "https://api.kexp.org/v2/plays/3597287/?format=api",
    "airdate": "2025-12-28T18:12:05-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven",
    "track_id": null,
    "recording_id": "247bce1c-d7cc-4044-82ba-7c26eeb0d84f",
    "artist": "Matthew Larkin Cassell",
    "artist_ids": [
        "dfecdeb1-a8ae-44a3-8087-45dce122f0dc"
    ],
    "album": "Pieces",
    "release_id": null,
    "release_group_id": "6790a8f4-0a3e-38fa-a0de-324b6039f401",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Matthew Larkin Cassell released \"Heaven\" on his 1977 album Pieces.\n\nSan Francisco Bay Area native Matthew Larkin Cassell is a songwriter, vocalist, multi-instrumentalist and writer. His songwriting style has been described as a fusion of funk, R&B, jazz and pop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}