Information about plays

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

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

{
    "id": 3582344,
    "uri": "https://api.kexp.org/v2/plays/3582344/?format=api",
    "airdate": "2025-11-24T11:22:25-08:00",
    "show": 65199,
    "show_uri": "https://api.kexp.org/v2/shows/65199/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-7f609b36-f7b8-4a21-b201-05ecd07f7002/mbid-7f609b36-f7b8-4a21-b201-05ecd07f7002-24866034944_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-7f609b36-f7b8-4a21-b201-05ecd07f7002/mbid-7f609b36-f7b8-4a21-b201-05ecd07f7002-24866034944_thumb250.jpg",
    "song": "Monday Morning",
    "track_id": "4a2ef7b8-efca-3258-a2f2-81b92de793b3",
    "recording_id": "6f6d1c99-4400-4a3d-a232-2f92b607ae43",
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "The Very Best of Fleetwood Mac",
    "release_id": "7f609b36-f7b8-4a21-b201-05ecd07f7002",
    "release_group_id": "7a815e9e-7fa4-3d9e-a9ea-3d15a3ff677d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This record was released on this day in 1975. In 1974, Fleetwood Mac relocated from England to California to manage the band's affairs better. Shortly after finishing a tour, Bob Welch (guitarist, singer, and composer) left the band, ending Fleetwood Mac's ninth lineup in eight years.\n\nIt is... in fact... Monday morning. We'll be there if you want us to.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}