Information about plays

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

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

{
    "id": 3594035,
    "uri": "https://api.kexp.org/v2/plays/3594035/?format=api",
    "airdate": "2025-12-21T13:21:53-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "West End Girl",
    "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": "0f23dac6-b1af-48c4-ae70-07f916bac3bd",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "82ef9b02-7b42-49fe-a6bc-0d8ba816d72f"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"West End Girl\" is a semi-autobiographical tell-all album about the breakup between Allen and David Harbour.\n\nhttps://lilyallenmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}