Information about plays

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

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

{
    "id": 3556887,
    "uri": "https://api.kexp.org/v2/plays/3556887/?format=api",
    "airdate": "2025-09-23T21:27:00-07:00",
    "show": 64644,
    "show_uri": "https://api.kexp.org/v2/shows/64644/?format=api",
    "image_uri": "https://coverartarchive.org/release/7190e0cc-ad1d-4564-b58c-950d81b84fb9/41682985687-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7190e0cc-ad1d-4564-b58c-950d81b84fb9/41682985687-250.jpg",
    "song": "Dini",
    "track_id": null,
    "recording_id": "01d4f54c-c1a2-40b4-9e9e-5c9b64b46c20",
    "artist": "Zar Electrik",
    "artist_ids": [
        "bcd5f07e-231d-4dfb-90a4-6f0e7d4a1d24"
    ],
    "album": "Koyo",
    "release_id": null,
    "release_group_id": "5555dc9f-0214-4342-9bc0-b975c1f9c7c9",
    "labels": [
        "Jarring Effects"
    ],
    "label_ids": [
        "875e87b7-4172-4acb-ad4d-2926d8ff4e48"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zar Electrik will be in Seattle and the Bay Area early October!\n\nSeattle, October 5 @ The Nectar Lounge\n\nBay Area, October 12 @ The Freight\n\nSeattle Tickets: https://tinyurl.com/545b9mn5\n\nBay Area Tickets: https://tinyurl.com/3ssjk58s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}