Information about plays

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

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

{
    "id": 345972,
    "uri": "https://api.kexp.org/v2/plays/345972/?format=api",
    "airdate": "2019-06-25T13:26:07-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/fbe76262-e7ff-4723-9e0c-1d554da6c946/2362099957-250.jpg",
    "thumbnail_uri": "",
    "song": "Cloud Shadow on the Mountain",
    "track_id": "05dbf82b-5ed8-3ef0-8ce6-19110a86f2c3",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Expo 86",
    "release_id": "fbe76262-e7ff-4723-9e0c-1d554da6c946",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolf Parade will provide a free concert on Friday, August 2nd, as part of KEXP and Seattle Center's Concerts at the Mural:  https://www.kexp.org/events/kexp-events/2019-kexp-and-seattle-center-concerts-mural-wolf-parade-dumb-and-jock-tears/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}