Information about plays

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

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

{
    "id": 374522,
    "uri": "https://api.kexp.org/v2/plays/374522/?format=api",
    "airdate": "2019-08-30T15:07:00-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Make Me So Very Happy",
    "track_id": "bf0ab140-72f4-45ac-8c8c-563e1ca6872e",
    "recording_id": null,
    "artist": "Alton Ellis",
    "artist_ids": [
        "b04d9207-306c-42db-8b6a-c94d49b4b08a"
    ],
    "album": "Sunday Coming",
    "release_id": "e8cf8449-8478-4cec-9fcc-9d99fb39a5fb",
    "release_group_id": null,
    "labels": [
        "Studio One"
    ],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alton Nehemiah Ellis (1938-2008) was a Jamaican singer-songwriter, and one of the innovators of rocksteady.  He was, in fact, given the informal title \"Godfather of Rocksteady, and in 2006, was inducted into the International Reggae And World Music Awards Hall Of Fame.  Born in Trenchtown, Kingston, Jamaica, Ellis was raised within a musical family which included his older brothers Leslie [who performed as one of his back up singers and co-wrote some of his songs], and Irving [known as 'Niney'] who was a popular singer and steel pan player on Jamaica's North Coast. He learned to play the piano at a young age.  https://bit.ly/2zAQVG4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}