Information about plays

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

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

{
    "id": 3577408,
    "uri": "https://api.kexp.org/v2/plays/3577408/?format=api",
    "airdate": "2025-11-12T22:31:36-08:00",
    "show": 65094,
    "show_uri": "https://api.kexp.org/v2/shows/65094/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0039075-e842-43f3-a26a-631a76433c10/29961917496-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0039075-e842-43f3-a26a-631a76433c10/29961917496-250.jpg",
    "song": "Bless the Telephone",
    "track_id": null,
    "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": null,
    "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": null,
    "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"
}