Information about plays

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

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

{
    "id": 350906,
    "uri": "https://api.kexp.org/v2/plays/350906/?format=api",
    "airdate": "2019-07-06T15:33:03-07:00",
    "show": 5845,
    "show_uri": "https://api.kexp.org/v2/shows/5845/?format=api",
    "image_uri": "http://coverartarchive.org/release/e543e591-8f14-490a-8d10-b2711bdd4584/22324750232-250.jpg",
    "thumbnail_uri": "",
    "song": "Sherbet Sunset",
    "track_id": "65e6a560-4d95-441d-a8d4-002444693a76",
    "recording_id": null,
    "artist": "Little Simz",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "GREY Area",
    "release_id": "e543e591-8f14-490a-8d10-b2711bdd4584",
    "release_group_id": null,
    "labels": [
        "AGE 101 MUSIC"
    ],
    "label_ids": [
        "39133c4b-b863-49e8-8492-c4e124687ad0"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Simz, is an English rapper, singer and actress. Following the release of four mixtapes and five EPs, she released her debut album A Curious Tale of Trials + Persons in 2015. She released her second studio album Stillness in Wonderland in 2016 and her third studio album Grey Area in 2019.\nhttps://en.wikipedia.org/wiki/Little_Simz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}