Information about plays

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

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

{
    "id": 3596927,
    "uri": "https://api.kexp.org/v2/plays/3596927/?format=api",
    "airdate": "2025-12-27T22:02:25-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "https://coverartarchive.org/release/d25080f6-0cbe-4281-b876-3fad9de1a9b7/12710709241-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d25080f6-0cbe-4281-b876-3fad9de1a9b7/12710709241-250.jpg",
    "song": "Masturbation Generation",
    "track_id": null,
    "recording_id": "a995fab3-e37f-4f9e-8e0a-95cd0e9394a4",
    "artist": "The Boys Next Door",
    "artist_ids": [
        "5a7a3629-e608-4fce-887a-a9028eef1c72"
    ],
    "album": "Lethal Weapons",
    "release_id": null,
    "release_group_id": "df83b0f3-ac35-3280-b644-6cf80bcbb2a2",
    "labels": [
        "Suicide"
    ],
    "label_ids": [
        "6599cf06-cdc5-4495-a9fa-a25d0d5f815a"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "early Nick Cave (Nick Cave’s first group was The Boys Next Door, which he started in 1973 with Mick Harvey and Phil Calvert. Soon after, they adopted a new name — The Birthday Party — and relocated to London in 1980.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}