Information about plays

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

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

{
    "id": 372500,
    "uri": "https://api.kexp.org/v2/plays/372500/?format=api",
    "airdate": "2019-08-26T09:16:33-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "http://coverartarchive.org/release/3d393154-0fc9-3182-b081-79c4f30d37e4/15223438954-250.jpg",
    "thumbnail_uri": "",
    "song": "No Sleep Till Brooklyn",
    "track_id": "8ca3760b-d691-3451-83be-2d2380e2d835",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Licensed to Ill",
    "release_id": "2b1ddfeb-e20f-3cab-a47c-802c5d77be96",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2000-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mixtape time! This one come from Danielle Henty, who titled it \"The Last Child of Gen X.\" She says \"this mixtape is a compilation of songs that have stood the test of time from my original mixtape in 1987 (I was in third grade) and was recording songs off the radio, and from my friend's older sibling's double tape deck, AND from their collection. These are the songs that ...make me happy, bring joy and lift me up because life is hard enough as it is.\" Truth!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}