Information about plays

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

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

{
    "id": 3588542,
    "uri": "https://api.kexp.org/v2/plays/3588542/?format=api",
    "airdate": "2025-12-08T15:23:25-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "4chan Stan",
    "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"
    ],
    "label_ids": [],
    "release_date": "2025-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lily Allen will tour North America for the first time in seven years in April 2026. The dates behind her viral-famous divorce album West End Girl include shows in San Francisco, New York, Los Angeles, Chicago, and Toronto. Billed as Lily Allen Performs West End Girl, the tour will feature full-length renditions of the album, in sequence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}