Information about plays

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

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

{
    "id": 3592018,
    "uri": "https://api.kexp.org/v2/plays/3592018/?format=api",
    "airdate": "2025-12-16T21:10:34-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Relapse",
    "track_id": null,
    "recording_id": null,
    "artist": "Lily Allen",
    "artist_ids": [
        "6e0c7c0e-cba5-4c2c-a652-38f71ef5785d"
    ],
    "album": "West End Girl",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BMG Rights Management (UK) Ltd."
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Even though this is a very modern take on a breakup album, it rings true for anyone who's ever experienced a breakup, as each track is rooted in a fear that’s at once ubiquitous, timeless, and vividly current.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}