Information about plays

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

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

{
    "id": 376930,
    "uri": "https://api.kexp.org/v2/plays/376930/?format=api",
    "airdate": "2019-09-05T08:17:44-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ultrasound",
    "track_id": "e95277ee-6e45-44ad-a553-ffe3c84e99fb",
    "recording_id": null,
    "artist": "Empty Country",
    "artist_ids": [
        "e5308e8e-7c06-4947-a581-bdb291374e25"
    ],
    "album": "Ultrasound",
    "release_id": "721153f1-5cdf-4d1f-8c80-57a4d19ae253",
    "release_group_id": null,
    "labels": [
        "Tiny Engines"
    ],
    "label_ids": [
        "2610903c-f0ac-4e7c-a2ab-c50f7468a8c2"
    ],
    "release_date": "2019-08-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New project from Cymbals Eat Guitars’ Joseph D’Agostino, with a full-length arriving at some point next year. About this song he's said, \"My sister-in-law Robin was diagnosed with stage 4 breast cancer in the summer of 2015. She is now NED (No Evidence of Disease!) and has been for more than three years. But whenever my wife Rachel goes in for her biannual examination and has imaging done, we are always pretty on-edge, to say the least. This song is about a bleak and scary week in January 2018 while we were waiting on a biopsy report following a suspicious-looking ultrasound. It features two of my heroes: Rachel on the high harmony and Charles Bissell of the Wrens on the low harmony.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}