Information about plays

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

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

{
    "id": 377375,
    "uri": "https://api.kexp.org/v2/plays/377375/?format=api",
    "airdate": "2019-09-06T07:28:58-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/2667c6b5-a429-4fc0-8bb0-68dcf661d3b3/23124167704-250.jpg",
    "thumbnail_uri": "",
    "song": "More Is Less",
    "track_id": "bc3e4478-972f-43b5-a982-a8c080826b2b",
    "recording_id": null,
    "artist": "The Murder Capital",
    "artist_ids": [
        "41e30723-07ab-40fd-8f6b-983981a76d8b"
    ],
    "album": "When I Have Fears",
    "release_id": "2667c6b5-a429-4fc0-8bb0-68dcf661d3b3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hailing from all corners of Ireland, The Murder Capital are a post-punk band driven by the desire to affect cultural change.\"  Follow them  on their Facebook page: https://www.facebook.com/MurdrCapitalBand/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}