Information about plays

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

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

{
    "id": 3584701,
    "uri": "https://api.kexp.org/v2/plays/3584701/?format=api",
    "airdate": "2025-11-29T20:36:58-08:00",
    "show": 65245,
    "show_uri": "https://api.kexp.org/v2/shows/65245/?format=api",
    "image_uri": "https://ia803100.us.archive.org/34/items/mbid-2857f72f-fe40-3149-9f3d-f29f1276997a/mbid-2857f72f-fe40-3149-9f3d-f29f1276997a-1623267859_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/34/items/mbid-2857f72f-fe40-3149-9f3d-f29f1276997a/mbid-2857f72f-fe40-3149-9f3d-f29f1276997a-1623267859_thumb250.jpg",
    "song": "Nutshell",
    "track_id": "42e27ad3-cc4d-3ac6-86e8-cdee9ec3f3db",
    "recording_id": "30a68432-82f2-4626-bf40-13083313e221",
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Jar of Flies",
    "release_id": "2857f72f-fe40-3149-9f3d-f29f1276997a",
    "release_group_id": "3b6b7688-c97b-3d11-9334-3158468074f7",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-01-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jar of Flies is the third studio EP by the American rock band Alice in Chains. All seven songs were recorded in seven days at London Bridge Studios. The sessions lasted 14 to 18 hours a day, and each song was complete in one or two takes. - https://bit.ly/3fCG9UG",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}