Information about plays

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

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

{
    "id": 3583877,
    "uri": "https://api.kexp.org/v2/plays/3583877/?format=api",
    "airdate": "2025-11-28T01:50:55-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "https://ia801303.us.archive.org/32/items/mbid-b24e6668-6b20-39f9-9f45-2a0a91265ba2/mbid-b24e6668-6b20-39f9-9f45-2a0a91265ba2-19961186973_thumb500.jpg",
    "thumbnail_uri": "https://ia801303.us.archive.org/32/items/mbid-b24e6668-6b20-39f9-9f45-2a0a91265ba2/mbid-b24e6668-6b20-39f9-9f45-2a0a91265ba2-19961186973_thumb250.jpg",
    "song": "Soul Kitchen",
    "track_id": "4a89b88b-cad6-34f5-abb6-a2f92b90eee3",
    "recording_id": "04c4b0c0-f2a5-4625-8c56-3354289150dd",
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Los Angeles",
    "release_id": "b24e6668-6b20-39f9-9f45-2a0a91265ba2",
    "release_group_id": "700da083-bd95-3301-91f1-af571a001414",
    "labels": [
        "Slash",
        "Rhino"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band's debut album, which was produced by The Doors' original keyboardist Ray Manzarek and features this cover of The Doors' 1967 track \"Soul Kitchen.\"\n\nManzarek was a big fan of X and offered to produce their album after seeing them perform at the Whisky a Go Go.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}