Information about plays

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

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

{
    "id": 3428272,
    "uri": "https://api.kexp.org/v2/plays/3428272/?format=api",
    "airdate": "2024-11-21T13:18:19-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/cac45e5d-008f-31ac-a9a2-8d8c2f4c22f2/4801208509-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cac45e5d-008f-31ac-a9a2-8d8c2f4c22f2/4801208509-250.jpg",
    "song": "Make Tracks",
    "track_id": null,
    "recording_id": "7c5fe5bf-cae0-4c7f-bf08-fa8afbb9dfb3",
    "artist": "Us3",
    "artist_ids": [
        "b370defd-86cc-42f3-85b4-7c2a8305c04a"
    ],
    "album": "Hand on the Torch",
    "release_id": null,
    "release_group_id": "8ed94489-830c-3a86-9772-f9a84354ff43",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song that samples Lou Donaldson's \"Everything I Do Gonna Be Funky (From Now On).\" It also samples another Donald Byrd song, 1960's \"Jeannine\" and \"Filthy McNasty,\" as performed by Horace Silver. \n--\nDid you know that \"Hand on the Torch\" was the first platinum-certified album put out by Blue Note Records?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}