Information about plays

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

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

{
    "id": 3527728,
    "uri": "https://api.kexp.org/v2/plays/3527728/?format=api",
    "airdate": "2025-07-16T11:52:07-07:00",
    "show": 64029,
    "show_uri": "https://api.kexp.org/v2/shows/64029/?format=api",
    "image_uri": "https://coverartarchive.org/release/05524a5b-4fc2-4205-9758-0e3fbe1c8027/41203173736-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05524a5b-4fc2-4205-9758-0e3fbe1c8027/41203173736-250.jpg",
    "song": "boxy volvo",
    "track_id": null,
    "recording_id": "a617d04d-10a8-4870-921d-73db5915f1d5",
    "artist": "fish narc",
    "artist_ids": [
        "4a89f266-198f-4b49-8d7b-9d46bf8bd265"
    ],
    "album": "frog song",
    "release_id": null,
    "release_group_id": "8d62965b-62cd-478d-96f3-ce2deb5b403e",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP session coming to YouTube soon!\n\nFish Narc, the stage name of Benjamin Friars-Funkhouser, is a musician and producer from Seattle, Washington.\n\nhttps://fishnarc.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}