Information about plays

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

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

{
    "id": 3596416,
    "uri": "https://api.kexp.org/v2/plays/3596416/?format=api",
    "airdate": "2025-12-26T18:52:38-08:00",
    "show": 65480,
    "show_uri": "https://api.kexp.org/v2/shows/65480/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Glow of Love",
    "track_id": null,
    "recording_id": "38c5a4cf-ae82-46aa-b407-18d7c9ba35f3",
    "artist": "Change",
    "artist_ids": [
        "9974d324-3d58-4f93-812b-41eb3ca75eed"
    ],
    "album": "The Glow of Love",
    "release_id": null,
    "release_group_id": "bb7853ba-b613-4b57-a161-258d53226eff",
    "labels": [],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Post-disco group formed in Italy in 1979, here featuring the amazing vocals of Luther Vandross - this song's popularity led to Vandross' successful solo career",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}