Information about plays

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

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

{
    "id": 3542893,
    "uri": "https://api.kexp.org/v2/plays/3542893/?format=api",
    "airdate": "2025-08-21T13:51:05-07:00",
    "show": 64348,
    "show_uri": "https://api.kexp.org/v2/shows/64348/?format=api",
    "image_uri": "https://dn721200.ca.archive.org/0/items/mbid-7c361874-f27f-49c6-bbde-8f063d56c4fd/mbid-7c361874-f27f-49c6-bbde-8f063d56c4fd-42419024486_thumb500.jpg",
    "thumbnail_uri": "https://dn721200.ca.archive.org/0/items/mbid-7c361874-f27f-49c6-bbde-8f063d56c4fd/mbid-7c361874-f27f-49c6-bbde-8f063d56c4fd-42419024486_thumb250.jpg",
    "song": "Dig for Fire",
    "track_id": "2e7b16f1-31fc-3ab9-8d50-553feffe0a06",
    "recording_id": "11b422f9-47d3-4905-a035-13f62f6dab76",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Bossanova",
    "release_id": "7c361874-f27f-49c6-bbde-8f063d56c4fd",
    "release_group_id": "e062f23a-ed81-3baf-8f24-8979fef060cc",
    "labels": [
        "Columbia House"
    ],
    "label_ids": [
        "0b6073f1-78a5-4078-bc01-22d7b05d0b7a"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi KEXP, Kris from Dolores, Colorado here, Both my maternal grandmother (age 77) and my mom (age 79) died from breast cancer. Could you please play \"Dig for Fire\" by my favorite band, The Pixies, in honor of their hard-fought lives? I love KEXP and thank you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}