Information about plays

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

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

{
    "id": 3598032,
    "uri": "https://api.kexp.org/v2/plays/3598032/?format=api",
    "airdate": "2025-12-30T14:27:28-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Glad You Came to Me",
    "track_id": null,
    "recording_id": "1f117c64-c0be-413c-a732-56337ab591f1",
    "artist": "Bas Noir",
    "artist_ids": [
        "17914737-a391-4493-a7c1-78c5dd979431"
    ],
    "album": "Ah... Bas Noir",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bas Noir was an American female vocal house music group from Philadelphia, Pennsylvania. The duo was composed of Morie Bivens and Mary Ridley.\n---\nhttps://www.discogs.com/artist/36593-Bas-Noir?srsltid=AfmBOopy-zfXRHSzKyEAr39ym1ZYUZk-8kvmYQZsrFHtUz8z11QSSHvf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}