Information about plays

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

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

{
    "id": 3501140,
    "uri": "https://api.kexp.org/v2/plays/3501140/?format=api",
    "airdate": "2025-05-14T05:06:21-07:00",
    "show": 63456,
    "show_uri": "https://api.kexp.org/v2/shows/63456/?format=api",
    "image_uri": "https://ia600203.us.archive.org/9/items/mbid-cdcc97e5-60d8-3768-b36b-4b1a79ae0bb3/mbid-cdcc97e5-60d8-3768-b36b-4b1a79ae0bb3-41402452437_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/9/items/mbid-cdcc97e5-60d8-3768-b36b-4b1a79ae0bb3/mbid-cdcc97e5-60d8-3768-b36b-4b1a79ae0bb3-41402452437_thumb250.jpg",
    "song": "No Quarter",
    "track_id": "f38db73a-6b44-351a-824a-dbf517630014",
    "recording_id": "2822a034-283d-4082-8464-6189ff29fbb9",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Houses of the Holy",
    "release_id": "cdcc97e5-60d8-3768-b36b-4b1a79ae0bb3",
    "release_group_id": "9b5006e5-b276-3a05-bcdd-8d986842320b",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released March 1973. #272 in our countdown of listeners' favorite songs of the last 50 years. It is also listed on Rolling Stone's 500 Greatest Albums of All Time. ----------------- The first Led Zeppelin album to consist solely of original material. \"'Houses of the Holy' was a very inspired time,\" Plant reflected in 1991. \"There was a lot of imagination on that record.\" https://www.rollingstone.com/feature/led-zeppelins-houses-of-the-holy-10-things-you-didnt-know-204694/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}