Information about plays

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

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

{
    "id": 374993,
    "uri": "https://api.kexp.org/v2/plays/374993/?format=api",
    "airdate": "2019-08-31T22:06:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Power Is Boring",
    "track_id": "30959068-79eb-3596-a331-2255fac36973",
    "recording_id": null,
    "artist": "D.O.A.",
    "artist_ids": [
        "0f0b2f97-a073-4a92-ab99-ff7980ad7fca"
    ],
    "album": "Last Scream of the Missing Neighbors",
    "release_id": "3a4cd593-11ed-4c14-8e36-1844a7ad5392",
    "release_group_id": null,
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [],
    "release_date": "1990-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "D.O.A. will be playing the Punk the Vote Festival in Vancouver, B.C. on Saturday, September 21st. https://www.facebook.com/DOAPUNK/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}