Information about plays

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

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

{
    "id": 380159,
    "uri": "https://api.kexp.org/v2/plays/380159/?format=api",
    "airdate": "2019-09-12T21:59:00-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queenie the Doggie",
    "track_id": "5b9f159b-f651-44a4-9a5b-de5158f154f8",
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "Is and Always Was",
    "release_id": "90072053-2cdb-4436-8bdc-3e0375d269a6",
    "release_group_id": null,
    "labels": [
        "Eternal Yip Eye Music"
    ],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daniel Johnston, the Texas singer songwriter and artist who developed a cult following and inspired a documentary film, died Wednesday. He was 58. \n\nMusicians such as Kurt Cobain and Tom Waits, as well as \"The Simpsons\" creator Matt Groening, are among those who have expressed a fondness for Johnston's work. R.I.P. Daniel Johnston https://www.kexp.org/read/2019/9/11/rip-daniel-johnston/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}