Information about plays

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

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

{
    "id": 3542443,
    "uri": "https://api.kexp.org/v2/plays/3542443/?format=api",
    "airdate": "2025-08-20T10:44:51-07:00",
    "show": 64339,
    "show_uri": "https://api.kexp.org/v2/shows/64339/?format=api",
    "image_uri": "https://ia601205.us.archive.org/29/items/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8-37727173947_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/29/items/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8/mbid-ec54d38a-8d69-4331-8929-f9a69c79d1b8-37727173947_thumb250.jpg",
    "song": "Water Fountain",
    "track_id": "e698c313-0945-4617-9553-a6fb83aa6294",
    "recording_id": "0adfeadd-1782-4e99-bf43-cbd904f232cf",
    "artist": "tUnE-yArDs",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "Nikki Nack",
    "release_id": "ec54d38a-8d69-4331-8929-f9a69c79d1b8",
    "release_group_id": "95610184-0523-4fa5-92b9-3cb12425062a",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2014-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Oakland-based band will be performing:\n\n- at THING Festival this Saturday, Aug. 23, at Remlinger Farms in Carnation, WA\n\n- at the Redwood Grove in Berkeley on Aug 28th and 29th.\nhttps://tune-yards.com/tour\n\nWatch their 2014 KEXP live performance of this song and more here: https://www.youtube.com/watch?v=wkQomq_rgK4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}