Information about plays

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

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

{
    "id": 357072,
    "uri": "https://api.kexp.org/v2/plays/357072/?format=api",
    "airdate": "2019-07-21T00:52:00-07:00",
    "show": 5952,
    "show_uri": "https://api.kexp.org/v2/shows/5952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I",
    "track_id": null,
    "recording_id": null,
    "artist": "Mortiferum",
    "artist_ids": [
        "61fed87b-a24a-4423-b34a-1ed0a26b8b38"
    ],
    "album": "Promo MMXIX",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Independent"
    ],
    "label_ids": [],
    "release_date": "2019-06-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Promo for upcoming album; \"Disgorged From Psychotic Depths\" Out later this year. https://mortiferum.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}