Information about plays

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

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

{
    "id": 369858,
    "uri": "https://api.kexp.org/v2/plays/369858/?format=api",
    "airdate": "2019-08-20T11:57:02-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/fff34c23-c5c3-49c8-9876-08b26ba67819/23273950508-250.jpg",
    "thumbnail_uri": "",
    "song": "At the Party",
    "track_id": "7cb109ea-18ee-4f52-8510-9e7ee27acb09",
    "recording_id": null,
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "At the Party With My Brown Friends",
    "release_id": "fff34c23-c5c3-49c8-9876-08b26ba67819",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Black Belt Eagle Scout will be LIVE on KEXP on Saturday, August 24th, at noon as part of KEXP's live sets from THING at Port Townsend, Washington, Saturday and Sunday, August 24th-25th, 2019.:  https://www.kexp.org/events/thing-fest/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}