Information about plays

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

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

{
    "id": 3556888,
    "uri": "https://api.kexp.org/v2/plays/3556888/?format=api",
    "airdate": "2025-09-23T21:30:41-07:00",
    "show": 64644,
    "show_uri": "https://api.kexp.org/v2/shows/64644/?format=api",
    "image_uri": "https://coverartarchive.org/release/30991fc3-c2ef-460d-9662-5487a0afe4ba/38741027622-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30991fc3-c2ef-460d-9662-5487a0afe4ba/38741027622-250.jpg",
    "song": "Kafu mi Draga Ispeci",
    "track_id": null,
    "recording_id": "2dbb2d4a-4dfc-4302-873f-fa4a5b9eddb2",
    "artist": "Damir Immamovic",
    "artist_ids": [],
    "album": "Singer of tales",
    "release_id": null,
    "release_group_id": "e498ca6c-46fa-4efe-8e93-5988c61ae031",
    "labels": [
        "Wrasse Records Limited"
    ],
    "label_ids": [
        "dee247bb-fc57-449a-bf77-ee9ae31a3429"
    ],
    "release_date": "2020-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Damir Imamović will be in Seattle & the Bay Area this October too!\n\nSeattle, October 18 @ Town Hall\n\nBay Area, October 15 @ The Freight\n\nSeattle Tickets: https://tinyurl.com/5899pkms\n\nBay Area Tickets: https://tinyurl.com/3bvp2txf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}