Information about plays

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

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

{
    "id": 3592649,
    "uri": "https://api.kexp.org/v2/plays/3592649/?format=api",
    "airdate": "2025-12-18T10:25:00-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Logical Song",
    "track_id": null,
    "recording_id": "97f82215-ff75-48e5-8d59-ac7145bfb3e3",
    "artist": "Supertramp",
    "artist_ids": [
        "d2ff6b6b-fc30-48dc-8952-06f9d8fc64f8"
    ],
    "album": "Breakfast in America",
    "release_id": null,
    "release_group_id": "d584f7e7-55b4-39a1-87e9-af3b86773132",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "1979-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're remembering Rick Davies, a founding member of UK group Supertramp, who died on September 6th at the age of 81. Davies co-wrote \"Goodbye Stranger\" with Roger Hodgson and was known as a keyboardist and vocalist of the group.\n\n'Breakfast in America' topped the US Billboard 200 for six weeks and became Supertramp's best-selling album, while producing four hit singles: \"The Logical Song\", \"Goodbye Stranger\", \"Take the Long Way Home\" and the title track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}