Information about plays

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

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

{
    "id": 369366,
    "uri": "https://api.kexp.org/v2/plays/369366/?format=api",
    "airdate": "2019-08-19T06:55:04-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/b49db09b-774f-421f-be50-7ed83e4037a9/15288984701-250.jpg",
    "thumbnail_uri": "",
    "song": "Morning Stoner",
    "track_id": "a2b824f4-813a-42f0-a68e-152f94a9f277",
    "recording_id": null,
    "artist": "Flyying Colours",
    "artist_ids": [
        "dfb37fbb-b2eb-41de-9369-d5fd60f5d472"
    ],
    "album": "Mindfullness",
    "release_id": "b49db09b-774f-421f-be50-7ed83e4037a9",
    "release_group_id": null,
    "labels": [
        "Club AC30"
    ],
    "label_ids": [
        "498cd31b-5379-4aa9-ad1a-3dbe19da0b2e"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shoegaze out of Melbourne, Australia! 👟👀  http://flyyingcolours.com.au/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}