Information about plays

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

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

{
    "id": 3542794,
    "uri": "https://api.kexp.org/v2/plays/3542794/?format=api",
    "airdate": "2025-08-21T07:03:34-07:00",
    "show": 64346,
    "show_uri": "https://api.kexp.org/v2/shows/64346/?format=api",
    "image_uri": "https://ia600202.us.archive.org/14/items/mbid-d790bcd2-f30b-37d6-aaef-37563a661212/mbid-d790bcd2-f30b-37d6-aaef-37563a661212-2226772480_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/14/items/mbid-d790bcd2-f30b-37d6-aaef-37563a661212/mbid-d790bcd2-f30b-37d6-aaef-37563a661212-2226772480_thumb250.jpg",
    "song": "La Mer",
    "track_id": "343a1bc6-f5b3-3433-a756-a99bf109b72c",
    "recording_id": "e1839839-f55e-40dc-b148-d44128d51f36",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "The Fragile",
    "release_id": "39e8b9ba-546e-3dfd-8d18-08a8c25fc2a6",
    "release_group_id": "fc4d7589-a6b9-35ca-a6b6-8c8e70c3baaa",
    "labels": [
        "Universal International"
    ],
    "label_ids": [
        "4ef2a03c-57ae-4571-b23a-3fb29b9caa11"
    ],
    "release_date": "2006-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering my dear Friend and legendary drummer Bill Rieflin, who played drums on this Nine Inch Nails song. We lost Bill in 2020 to cancer. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}