Information about plays

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

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

{
    "id": 3599076,
    "uri": "https://api.kexp.org/v2/plays/3599076/?format=api",
    "airdate": "2026-01-02T04:00:57-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sailing",
    "track_id": null,
    "recording_id": "26be3717-7a2f-4f82-b354-54ef1e8deed5",
    "artist": "Christopher Cross",
    "artist_ids": [
        "883e4ba4-8ccc-47ed-81df-df51e41792a9"
    ],
    "album": "Christopher Cross",
    "release_id": null,
    "release_group_id": "f74eeaf0-6415-378e-a4bf-79ca3937b9e3",
    "labels": [],
    "label_ids": [],
    "release_date": "1979-12-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Rafael in Lima, Peru\n---\nCross has said in interviews that the song's inspiration was his friendship with an older friend from his high school, Al Glasscock, who would take him sailing as a teenager, just to get away from the trials and tribulations of being a teenager.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}