Information about plays

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

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

{
    "id": 3543294,
    "uri": "https://api.kexp.org/v2/plays/3543294/?format=api",
    "airdate": "2025-08-22T13:30:52-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://coverartarchive.org/release/18603ffa-3fbc-4252-87ff-1303b2c00e1c/25600794298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/18603ffa-3fbc-4252-87ff-1303b2c00e1c/25600794298-250.jpg",
    "song": "Sharevari (vocal)",
    "track_id": null,
    "recording_id": "88d7f0c8-9e94-46e3-91b6-e1024e303219",
    "artist": "A Number of Names",
    "artist_ids": [
        "78acb4cd-de8f-4fb8-afb3-ca6331e849d7"
    ],
    "album": "Sharevari",
    "release_id": null,
    "release_group_id": "d40bc71d-cf09-4572-9d0d-891ecee7ea6c",
    "labels": [
        "Capriccio Records"
    ],
    "label_ids": [
        "6203b6f4-7d71-4610-a9b5-abacde94bf89"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sterling Jones and Paul Lesley make up \"A Number of Names.\" \n\nOriginally recorded back in 1981 at the crossroads of disco, new wave, house, and techno - the track fused lo-fi drums, sinister synths, and raw vocals to create a unique and freaky vibe unlike anything else at the time. As the story goes, \"Sharevari\" is a song about the stylish, forward-thinking Detroit club scene, specifically a club called Charivari (named after a New York clothing store), that laid the groundwork for the techno revolution to come.\nRead more about this \"timeless, stone-cold classic\": https://www.residentadvisor.net/reviews/12274",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}