Information about plays

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

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

{
    "id": 372991,
    "uri": "https://api.kexp.org/v2/plays/372991/?format=api",
    "airdate": "2019-08-27T13:15:33-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/a85668e3-35ba-4a55-9adc-23bd6e258e3b/15811653438-250.jpg",
    "thumbnail_uri": "",
    "song": "Hands of Time",
    "track_id": "a33ca6db-fa52-4f99-8462-13f65ba74528",
    "recording_id": null,
    "artist": "Margo Price",
    "artist_ids": [
        "b53b9322-7d65-4b17-ae4c-9190d347fcea"
    ],
    "album": "Midwest Farmer's Daughter",
    "release_id": "a85668e3-35ba-4a55-9adc-23bd6e258e3b",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2016-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Margo Price sang this great song, \"Hands of Time,\" from her excellent album, \"Midwest Farmer's Daughter,\" live in the KEXP studio: https://www.youtube.com/watch?v=iavwbKHAnYE  This song is featured on Amy's \"Rough Going\" mixtape for 2016 and reflects that she was \"in a fairly dark place.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}