Information about plays

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

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

{
    "id": 3583187,
    "uri": "https://api.kexp.org/v2/plays/3583187/?format=api",
    "airdate": "2025-11-26T10:12:47-08:00",
    "show": 65215,
    "show_uri": "https://api.kexp.org/v2/shows/65215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Almost Cut My Hair",
    "track_id": null,
    "recording_id": "b0e417a9-c796-4376-a293-559a63aef42f",
    "artist": "Crosby, Stills, Nash & Young",
    "artist_ids": [
        "46a782ea-4308-476b-abd1-a91b197f3037"
    ],
    "album": "Déjà vu",
    "release_id": null,
    "release_group_id": "3412fd44-c6e6-3a3b-b91a-964a055192ec",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘Almost Cut My Hair’ is considered a hippie anthem. It was written by David Crosby late in 1969 and recorded in January of 1970. The song manages to reflect on the hippie dilemma of either conforming to societal norms, and cutting hair to a practical length or letting it grow long as a symbol of rebellion. https://tinyurl.com/4zzmdz83",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}