Information about plays

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

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

{
    "id": 3520382,
    "uri": "https://api.kexp.org/v2/plays/3520382/?format=api",
    "airdate": "2025-06-29T11:49:25-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spiral of Lies",
    "track_id": null,
    "recording_id": null,
    "artist": "Quality Used Cars",
    "artist_ids": [
        "4f1e22ce-3186-49b0-9e24-6b1223335e8a"
    ],
    "album": "Good Days/Bad Days",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Spoilsport Records"
    ],
    "label_ids": [],
    "release_date": "2021-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian band!\nhttps://qualityusedcars.bandcamp.com/track/spiral-of-lies \n–\nQuality Used Cars is a project built around the idiosyncratic songwriting and warbling vocal of Francis Tait and brought to life by a band of hard-working familiar faces from within Narrm’s bubbling underground music communities.\n\n\nIn early 2021, Quality Used Cars released their debut album ‘Good Days/Bad Days’ through Spoilsport Records, putting full focus on Francis’ charismatic storytelling, over a backdrop that blends sunny Australiana with alt-country tenderness and scrappy garage-pop smarts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}