Information about plays

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

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

{
    "id": 379612,
    "uri": "https://api.kexp.org/v2/plays/379612/?format=api",
    "airdate": "2019-09-11T16:12:23-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "http://coverartarchive.org/release/5c03bcff-e2d8-4e0b-bf33-1c46dbb614c6/17315648384-250.jpg",
    "thumbnail_uri": "",
    "song": "Less Than",
    "track_id": "d148b25f-be0d-4587-af14-40295c7c2fd3",
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Add Violence",
    "release_id": "5c03bcff-e2d8-4e0b-bf33-1c46dbb614c6",
    "release_group_id": null,
    "labels": [
        "The Null Corporation"
    ],
    "label_ids": [
        "f6f102a5-f7f0-49aa-8470-f71d083e3439"
    ],
    "release_date": "2017-07-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP Exclusive Interview with Trent Reznor about politics, Twin Peaks, Depeche Mode, and more: https://www.kexp.org/read/2017/08/02/kexp-exclusive-interview-trent-reznor-of-nine-inch-nails/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}