Information about plays

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

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

{
    "id": 370522,
    "uri": "https://api.kexp.org/v2/plays/370522/?format=api",
    "airdate": "2019-08-21T18:26:08-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plastic Boogie",
    "track_id": "b1bc33f6-937e-4568-9d45-db66c18ff8cf",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Fishing for Fishies",
    "release_id": "8e991d1c-fde3-45f2-b3ab-5af96648a720",
    "release_group_id": null,
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you missed them here in town last Sunday, here’s their 2017 performance at KEXP: https://kexp.org/watch/king-gizzard-the-lizard-wizard-full-performance-live-on-kexp ; https://kinggizzard.bandcamp.com ; https://www.facebook.com/kinggizzardandthelizardwizard ; http://kinggizzardandthelizardwizard.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}