Information about plays

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

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

{
    "id": 374400,
    "uri": "https://api.kexp.org/v2/plays/374400/?format=api",
    "airdate": "2019-08-30T08:29:21-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reverence",
    "track_id": "37623e82-0a01-36ac-95a0-cf28115735c2",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Honey's Dead",
    "release_id": "237447a9-4c62-31be-af0a-69d2128a4bf6",
    "release_group_id": null,
    "labels": [
        "Blanco y Negro"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rich writes, \" These tunes are just as fresh to my ears today as when I heard them in the previous millennium.\"  Writing about \"Reverence' (one of the 13 greatest Jesus and Mary Chain songs), this critic says, \"Drawing its fair share of outrage, it's a ravaging assault on the senses and a stunning gem in their back catalogue.\": https://www.gigwise.com/features/108709/the-jesus-and-mary-chain-automatic-head-on-new-album-reformed-jim-reid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}