Information about plays

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

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

{
    "id": 352697,
    "uri": "https://api.kexp.org/v2/plays/352697/?format=api",
    "airdate": "2019-07-10T20:06:00-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Helpless",
    "track_id": "364c1457-4aa0-3e34-9132-a789691beb21",
    "recording_id": null,
    "artist": "Buffy Sainte-Marie",
    "artist_ids": [
        "7b1a3022-6f4d-4c6b-acb3-bfa8919222b9"
    ],
    "album": "She Used to Wanna Be a Ballerina",
    "release_id": "108edf0d-0979-436c-b220-3d2e3ade7398",
    "release_group_id": null,
    "labels": [
        "Vanguard Records"
    ],
    "label_ids": [
        "72af2eab-a613-4365-a17d-94a95c5d8265"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Neil Young tune, by this amazing Indigenous Canadian-American musician, activist, artist, educator ; she has a new biography out, with a foreword by Joni Mitchell: https://www.npr.org/2018/09/29/652791230/buffy-sainte-maries-authorized-biography-serves-as-a-map-of-hope ; http://buffysainte-marie.com ; she was also featured in the film “Rumble: The Indians Who Rocked The World”: https://www.rumblethemovie.com/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}