Information about plays

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

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

{
    "id": 352671,
    "uri": "https://api.kexp.org/v2/plays/352671/?format=api",
    "airdate": "2019-07-10T18:27:54-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boogieman Sam",
    "track_id": "48c766f9-3499-4274-b75c-fdd7cabc8617",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Fishing for Fishies",
    "release_id": "990a1b5b-0683-43d6-81be-31c28331b6e9",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sun 8/18 @ Paramount ; new from the \"pastoral psych pop\" band out of Australia ; https://kinggizzard.bandcamp.com ; https://www.facebook.com/kinggizzardandthelizardwizard ; http://kinggizzardandthelizardwizard.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}