Information about plays

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

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

{
    "id": 372875,
    "uri": "https://api.kexp.org/v2/plays/372875/?format=api",
    "airdate": "2019-08-27T07:12:26-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/0a9f0dbd-42be-3d70-9dd7-a3445b15af08/8008838558-250.jpg",
    "thumbnail_uri": "",
    "song": "Gloria",
    "track_id": "1cbc2735-f8f9-36d1-aa3d-a31ebf699e80",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "October",
    "release_id": "0a9f0dbd-42be-3d70-9dd7-a3445b15af08",
    "release_group_id": null,
    "labels": [
        "Island Masters"
    ],
    "label_ids": [
        "8064bdbf-a96b-440d-9bda-7809ea3d58ca"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gloria\" is Latin for \"Glory,\" and the Latin refrain of \"In Te Domine\" means \"In You Lord.\" (Did you know: Bono's stage name was originally Bono Vox, which is Latin for \"Good Voice\"?). Bono is not fluent in Latin. He did know some Latin words - mostly because of church - and  sang what came to him. Then he had to translate what he had sung, so he left the studio to find a Latin dictionary but found something better: a friend who had studied the language and could translate for him.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}