Information about plays

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

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

{
    "id": 3597587,
    "uri": "https://api.kexp.org/v2/plays/3597587/?format=api",
    "airdate": "2025-12-29T11:08:05-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's Up",
    "track_id": null,
    "recording_id": "ab3fbf07-4842-49f7-a6d7-739d9f0a2844",
    "artist": "4 Non Blondes",
    "artist_ids": [
        "efef848b-63e4-4323-8ef7-69a48fbdd51d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "4 Non Blondes is an American rock band from San Francisco, their debut album, Bigger, Better, Faster, More!, spent 59 weeks on the Billboard 200 and sold 1.5 million copies between 1992 and 1994. They hit the charts in 1993 with the release of the album's second single, \"What's Up?\". Wikipedia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}