Information about plays

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

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

{
    "id": 3415803,
    "uri": "https://api.kexp.org/v2/plays/3415803/?format=api",
    "airdate": "2024-10-22T05:17:18-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": "The Lemon Song",
    "track_id": "5495b09f-697b-3cc3-b959-7e20d845491e",
    "recording_id": "d79553cf-a4f5-494f-adb5-be841567e6d2",
    "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": "It's Zeppelin II Day!\n\nThis tune was heavily influenced by Howlin' Wolf's 1964 song \"Killing Floor\". The lyrics \"squeeze my lemon\" are borrowed from Robert Johnson's \"Travelling Riverside Blues\" - which is part of Led Zeppelin's practice of adapting and transforming older blues songs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}