Information about plays

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

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

{
    "id": 369826,
    "uri": "https://api.kexp.org/v2/plays/369826/?format=api",
    "airdate": "2019-08-20T10:00:52-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/c24d25d2-920d-40c7-ae6c-b13a33b2bd53/22810612888-250.jpg",
    "thumbnail_uri": "",
    "song": "Honeybee",
    "track_id": "e7564213-53db-4b90-988a-4decc847bafe",
    "recording_id": null,
    "artist": "The Head and the Heart",
    "artist_ids": [
        "98cb416e-5271-484c-ab3b-6bed6b4aae12"
    ],
    "album": "Living Mirage",
    "release_id": "c24d25d2-920d-40c7-ae6c-b13a33b2bd53",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Wow!  The Head and the Heart will play a free show from the roof of Pike Place Market this Sunday, August 25th, 2019 at 7:00 p.m.  You can livestream  it on their Facebook page:  https://www.facebook.com/theheadandtheheart/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}