Information about plays

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

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

{
    "id": 3580316,
    "uri": "https://api.kexp.org/v2/plays/3580316/?format=api",
    "airdate": "2025-11-19T17:37:24-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1-6800712829_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1-6800712829_thumb250.jpg",
    "song": "Quiche Lorraine",
    "track_id": "efbbc194-f375-4581-8753-57c470495bd6",
    "recording_id": "0252dad9-741f-4f9a-8233-d1758dc9455e",
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Wild Planet",
    "release_id": "2d8863d7-d90d-43b8-866d-6057871218dc",
    "release_group_id": "7c9f7229-7f75-371d-8165-e1d57a81155c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Athens, Georgia the B-52s had many hits including Love Shack, Rock Lobster, and Private Idaho. \n\nThey are named after the \"B-52\" beehive hairstyle which was popular when the band formed in 1976.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}