Information about plays

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

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

{
    "id": 3586002,
    "uri": "https://api.kexp.org/v2/plays/3586002/?format=api",
    "airdate": "2025-12-02T21:07:42-08:00",
    "show": 65273,
    "show_uri": "https://api.kexp.org/v2/shows/65273/?format=api",
    "image_uri": "https://coverartarchive.org/release/15300d0a-c7dd-4654-b6f2-3820f59aa325/43527610951-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15300d0a-c7dd-4654-b6f2-3820f59aa325/43527610951-250.jpg",
    "song": "Laïli Djân",
    "track_id": null,
    "recording_id": "60a594b9-795d-4e64-a3e6-89bf203bcc4d",
    "artist": "Ustad Mahwash",
    "artist_ids": [
        "9c3cacda-ab03-4722-8f11-450bc6a7ebc1"
    ],
    "album": "Radio Kaboul : Hommage aux compositeurs afghans",
    "release_id": null,
    "release_group_id": "15a04443-0c06-4e31-9fdc-ee36140fc836",
    "labels": [
        "Accords Croisés"
    ],
    "label_ids": [
        "2abae7ce-a9da-46dc-b90f-7e07924a2a3d"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in Karte chaar Kabul, Afghanistan, she was the first woman (as of 2013) to have been conferred the honorary title of \"Ustad\" (meaning Master or Maestra in Dari) in 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}