Information about plays

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

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

{
    "id": 354995,
    "uri": "https://api.kexp.org/v2/plays/354995/?format=api",
    "airdate": "2019-07-16T07:22:44-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hang on to Your Love",
    "track_id": "ea7a1ca7-bf87-333a-9028-2bbae1d184c3",
    "recording_id": null,
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Diamond Life",
    "release_id": "90223174-5db0-365d-b1e7-b2c5e54dfe49",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1984-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Diamond Life, Sade's debut album was released on this date in 1984 in the UK.  That's 35 years!  The US release had to wait for February 27th, 1985.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}