Information about plays

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

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

{
    "id": 356489,
    "uri": "https://api.kexp.org/v2/plays/356489/?format=api",
    "airdate": "2019-07-19T14:20:24-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Power in the Blood",
    "track_id": "4ca262c8-149c-46e7-be71-3ee47cf72f1d",
    "recording_id": null,
    "artist": "Buffy Sainte-Marie",
    "artist_ids": [
        "7b1a3022-6f4d-4c6b-acb3-bfa8919222b9"
    ],
    "album": "Power in the Blood",
    "release_id": "deda2ebb-83bb-478d-99ba-cf74451c1369",
    "release_group_id": null,
    "labels": [
        "True North Records"
    ],
    "label_ids": [],
    "release_date": "2015-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buffy Sainte-Marie, OC (born Beverly Sainte-Marie, c. February 20, 1941) is a Canadian-American singer-songwriter, musician, composer, visual artist, educator, pacifist, and social activist. Throughout her career in all of these areas, her work has focused on issues of indigenous peoples of the Americas. Her singing and writing repertoire also includes subjects of love, war, religion, and mysticism.  In 1997, she founded the Cradleboard Teaching Project, an educational curriculum devoted to better understanding Native Americans. She has won recognition and many awards and honours for both her music and her work in education and social activism. She won the Academy Award for Best Original Song at the 55th Academy Awards for co-writing the song \"Up Where We Belong\" from the film, An Officer and a Gentleman. She was the first and still is the only indigenous person to have won an Academy Award.  https://en.wikipedia.org/wiki/Buffy_Sainte-Marie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}