Information about plays

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

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

{
    "id": 357080,
    "uri": "https://api.kexp.org/v2/plays/357080/?format=api",
    "airdate": "2019-07-21T01:35:39-07:00",
    "show": 5952,
    "show_uri": "https://api.kexp.org/v2/shows/5952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spectrum of Death/ Scars",
    "track_id": null,
    "recording_id": null,
    "artist": "Morbid Saint",
    "artist_ids": [
        "51b5655b-4f76-4569-a1d2-29f149ddbe1d"
    ],
    "album": "Spectrum of Death",
    "release_id": "b4a5f0c7-2c7a-3d6d-92e6-dc488a2035e4",
    "release_group_id": null,
    "labels": [
        "Grind Core"
    ],
    "label_ids": [],
    "release_date": "1990-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morbid Saint will be playing their first show in Seattle in over a decade at Eliminator Fest on September 27th and 28th. https://www.facebook.com/morbidsaintofficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}