Information about plays

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

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

{
    "id": 357597,
    "uri": "https://api.kexp.org/v2/plays/357597/?format=api",
    "airdate": "2019-07-22T10:03:05-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "http://coverartarchive.org/release/38c7af19-3f10-46f7-8a85-3c9801893593/22703954220-250.jpg",
    "thumbnail_uri": "",
    "song": "Andromeda",
    "track_id": "59c5c224-0550-4e22-8bbe-b15b18e65b87",
    "recording_id": null,
    "artist": "Weyes Blood",
    "artist_ids": [
        "469d6414-1f06-43de-80d5-17762d4a356a"
    ],
    "album": "Titanic Rising",
    "release_id": "38c7af19-3f10-46f7-8a85-3c9801893593",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-04-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss this year's FREE, ALL AGES Concerts at the Mural - every Friday in August at Seattle Center's Mural Ampitheater, sponsored by KEXP and Seattle Center. On Friday, August 16 at 5pm, the lineup features Weyes Blood, Versing and Whitney Ballen. More info: https://www.kexp.org/events/kexp-events/2019-kexp-and-seattle-center-concerts-mural-weyes-blood-versing-whitney-ballen/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}