Information about plays

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

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

{
    "id": 3554658,
    "uri": "https://api.kexp.org/v2/plays/3554658/?format=api",
    "airdate": "2025-09-18T16:00:20-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://ia600907.us.archive.org/10/items/mbid-ac145397-4d4e-4f9b-ae94-ebbf2a7cc5a6/mbid-ac145397-4d4e-4f9b-ae94-ebbf2a7cc5a6-23440279381_thumb500.jpg",
    "thumbnail_uri": "https://dn720703.ca.archive.org/0/items/mbid-ac145397-4d4e-4f9b-ae94-ebbf2a7cc5a6/mbid-ac145397-4d4e-4f9b-ae94-ebbf2a7cc5a6-23440279381_thumb250.jpg",
    "song": "The Cutter",
    "track_id": "6375c17a-fec6-39d5-9e76-247873a522af",
    "recording_id": "42935c8b-2715-45a2-8db8-fb26de8a44f0",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Porcupine",
    "release_id": "ac145397-4d4e-4f9b-ae94-ebbf2a7cc5a6",
    "release_group_id": "931e971f-eb34-369f-b6a4-f5ef7c6a1c9e",
    "labels": [
        "Sire Records",
        "Rhino"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features an Indian raga violin being played by L. Shankar, the famed ethnic musician who’s worked with Peter Gabriel, Frank Zappa, Talking Heads and Lou Reed. He was allegedly brought in by the record company without the band’s knowledge.\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}