Information about plays

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

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

{
    "id": 373603,
    "uri": "https://api.kexp.org/v2/plays/373603/?format=api",
    "airdate": "2019-08-28T16:42:53-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/05adfe85-dd1c-44a0-bda8-a9159e59a30f/15842800531-250.jpg",
    "thumbnail_uri": "",
    "song": "Computer Blue",
    "track_id": "c8dfaac3-4b93-36e7-8cce-7caa7be909ab",
    "recording_id": null,
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Purple Rain",
    "release_id": "05adfe85-dd1c-44a0-bda8-a9159e59a30f",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prince records certainly bring us back to the age of the mixtape.  In the film 'Purple Rain' this song represents Prince's angst at the budding relationship between the characters played by Morris Day and Apollonia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}