Information about plays

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

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

{
    "id": 3606464,
    "uri": "https://api.kexp.org/v2/plays/3606464/?format=api",
    "airdate": "2026-01-19T18:30:23-08:00",
    "show": 65701,
    "show_uri": "https://api.kexp.org/v2/shows/65701/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ab92290-65f5-4654-8d85-13f62e926f97/3321777157-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ab92290-65f5-4654-8d85-13f62e926f97/3321777157-250.jpg",
    "song": "Banned in the U.S.A.",
    "track_id": null,
    "recording_id": "1b30f9cf-b403-4d17-b70b-653c8f22b102",
    "artist": "The 2 Live Crew",
    "artist_ids": [
        "5cab4a1f-9797-42eb-9346-f5f375262a4a"
    ],
    "album": "Banned in the U.S.A.",
    "release_id": null,
    "release_group_id": "11d4faf7-9bae-496c-82e6-5f9af0002eec",
    "labels": [
        "Lil' Joe Records"
    ],
    "label_ids": [
        "7739aa84-2325-4224-a7fd-9ae5fbb34f17"
    ],
    "release_date": "1990-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2 Live Crew’s explicit and politically charged music, especially As Nasty as They Wanna Be, sparked national debates over censorship. Their obscenity battles, highlighted by Banned in the U.S.A., coincided with parental and political concern over lyrics, helping inspire the PMRC and its push for parental advisory labels. The group’s defiance underscored the tension between artistic freedom and regulation, shaping both legal precedent and industry standards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}