Information about plays

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

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

{
    "id": 3571805,
    "uri": "https://api.kexp.org/v2/plays/3571805/?format=api",
    "airdate": "2025-10-30T11:54:29-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://ia904506.us.archive.org/2/items/mbid-b0039075-e842-43f3-a26a-631a76433c10/mbid-b0039075-e842-43f3-a26a-631a76433c10-29961917496_thumb500.jpg",
    "thumbnail_uri": "https://dn710205.ca.archive.org/0/items/mbid-b0039075-e842-43f3-a26a-631a76433c10/mbid-b0039075-e842-43f3-a26a-631a76433c10-29961917496_thumb250.jpg",
    "song": "Bless the Telephone",
    "track_id": "28c417f8-fbf1-4103-916a-989f06848f5a",
    "recording_id": "8139e52d-6e1f-4a7c-b522-dd2db6c77ee1",
    "artist": "Labi Siffre",
    "artist_ids": [
        "6838ca8e-da88-436c-a0fd-6d3a7e832f1f"
    ],
    "album": "The Singer and the Song",
    "release_id": "ead8201a-23c3-4554-a0f4-9ab437e8a171",
    "release_group_id": "285a3105-8da0-454f-8256-cb8fd7c9c9a1",
    "labels": [
        "Pye International"
    ],
    "label_ids": [
        "9e8fcf5d-08a4-4c58-9bc4-27bc1848d08c"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Claudius Afolabi Siffre, better known as Labi Siffre, is a British singer, songwriter and poet. Siffre released six albums between 1970 and 1975, and four between 1988 and 1998",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}