Information about plays

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

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

{
    "id": 3600159,
    "uri": "https://api.kexp.org/v2/plays/3600159/?format=api",
    "airdate": "2026-01-04T13:35:41-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La yugular",
    "track_id": "690c5eef-e63f-4856-9830-24e419c89bce",
    "recording_id": "167d038c-7083-478c-966f-4a19c7184cb3",
    "artist": "ROSALÍA",
    "artist_ids": [
        "25f3abd9-63b5-471a-bd25-feb9672dfa11"
    ],
    "album": "LUX",
    "release_id": "e5913eac-3d74-47af-a3f2-7aa6618f140a",
    "release_group_id": "bb3ec118-57df-4eb9-a8fe-a26a70a7dbe0",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rosalía's album \"LUX\" is a radical, experimental, and ambitious departure from her previous work, featuring classical orchestral arrangements with the London Symphony Orchestra and sung in 13 different languages.\n\nShe will perform at the Oakland Arena on July 6th.\n\nhttps://www.rosalia.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}