Information about plays

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

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

{
    "id": 3415799,
    "uri": "https://api.kexp.org/v2/plays/3415799/?format=api",
    "airdate": "2024-10-22T05:01:33-07:00",
    "show": 61642,
    "show_uri": "https://api.kexp.org/v2/shows/61642/?format=api",
    "image_uri": "https://ia800607.us.archive.org/24/items/mbid-472aea5a-ef4f-360f-84b9-0ed21abcec65/mbid-472aea5a-ef4f-360f-84b9-0ed21abcec65-1183708603_thumb500.jpg",
    "thumbnail_uri": "https://ia600607.us.archive.org/24/items/mbid-472aea5a-ef4f-360f-84b9-0ed21abcec65/mbid-472aea5a-ef4f-360f-84b9-0ed21abcec65-1183708603_thumb250.jpg",
    "song": "What Is and What Should Never Be",
    "track_id": "2e582aed-0e82-3819-a385-a75c7007bc9b",
    "recording_id": "edf5afb6-7c9b-403d-aad9-6e5323711cc9",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin II",
    "release_id": "472aea5a-ef4f-360f-84b9-0ed21abcec65",
    "release_group_id": "33b4653d-006e-3cc1-8afb-386b15a6cd6e",
    "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": "Led Zeppelin's 2nd LP was released OTD in 1969. Happy 55th!!\n--\n\"What Is and What Should Never Be\" was one of Robert Plant's first songs recorded by the band, and also marks the first appearance of drummer John Bonham's Chinese gong, which he set up as part of his drum kit in concerts. The gong appears in the middle part among Jimmy Page's guitar riffs. The song was also one of the first debut appearances of Jimmy Page's Gibson Les Paul guitar. The guitar is heard here hopping back and forth between stereo channels.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}