Information about plays

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

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

{
    "id": 347060,
    "uri": "https://api.kexp.org/v2/plays/347060/?format=api",
    "airdate": "2019-06-27T16:39:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ace of Spades",
    "track_id": "09c38418-77e8-3096-abb1-c733377b07f1",
    "recording_id": null,
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Ace of Spades",
    "release_id": "ffa73cb8-0e82-3e79-b9f5-339a8242e730",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [],
    "release_date": "2008-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By 1979, Motörhead had released two successful albums, Overkill and Bomber, and had gained a loyal fan following by constant touring and television appearances. Their ferocious, loud proto-thrash playing style appealed equally to punks and heavy metal fans, but in 1979 Sounds writer Geoff Barton coined the term \"New Wave of British Heavy Metal\" (NWOBHM) to classify a slew of newer bands such as Iron Maiden, Def Leppard, and Saxon. Motörhead — a band that resented being labeled anything other than rock 'n' roll — was placed in this new genre, which would go on to influence the emerging thrash metal movement that would include bands like Metallica and Megadeth.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}