Information about plays

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

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

{
    "id": 3599071,
    "uri": "https://api.kexp.org/v2/plays/3599071/?format=api",
    "airdate": "2026-01-02T03:44:10-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Invisible Touch",
    "track_id": null,
    "recording_id": null,
    "artist": "Genesis",
    "artist_ids": [
        "8e3fcd7d-bda1-4ca0-b987-b8528d2ee74e"
    ],
    "album": "Invisible Touch",
    "release_id": null,
    "release_group_id": "33895c3b-3218-4583-8657-a9e15222a741",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Invisible Touch is the thirteenth studio album by the English rock band Genesis, released on 6 June 1986 by Atlantic Records in the United States and on 9 June 1986 by Charisma/Virgin Records in the United Kingdom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}