Information about plays

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

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

{
    "id": 3597586,
    "uri": "https://api.kexp.org/v2/plays/3597586/?format=api",
    "airdate": "2025-12-29T11:04:07-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Linger",
    "track_id": null,
    "recording_id": "c181fb92-5699-43ee-9f6e-c7ddc338aea3",
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "Linger",
    "release_id": null,
    "release_group_id": "eceda6f8-dc9f-358e-bb5b-67a02fc77eda",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dolores O'Riordan wrote this song about her feelings following the breakup with her first boyfriend, the soldier who broke her heart. She said the song is about \"the way I reacted to infatuation.\"\n- https://www.songfacts.com/facts/the-cranberries/linger\n- https://www.cranberries.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}