Information about plays

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

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

{
    "id": 343646,
    "uri": "https://api.kexp.org/v2/plays/343646/?format=api",
    "airdate": "2019-06-19T20:54:11-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's All Over Now feat. Dr. John",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dirty Dozen Brass Band",
    "artist_ids": [],
    "album": "Voodoo",
    "release_id": "0fc281b2-4857-42e1-a8cb-5462887766ed",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1989-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Memorials and second line for Dr. John have been announced for this Saturday, June 22: https://www.nola.com/entertainment/2019/06/dr-john-memorial-funeral-details-announced.html ; the private memorial will be broadcast live from the Orpheum on WWOZ 90.7 FM on Saturday from 1-3 p.m. NOLA time. RIP Mac.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}