Information about plays

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

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

{
    "id": 350342,
    "uri": "https://api.kexp.org/v2/plays/350342/?format=api",
    "airdate": "2019-07-05T06:02:03-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/07832b54-8266-47d5-bb0e-62c7f2cf5da5/14004736126-250.jpg",
    "thumbnail_uri": "",
    "song": "Protection",
    "track_id": "40ee427d-4237-396f-bb54-595b56039737",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Protection",
    "release_id": "07832b54-8266-47d5-bb0e-62c7f2cf5da5",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1995-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and happy Friday.  After the departure of their vocalist Shara Nelson, the Massive Attack trio concluded they could never replace her, so they chose to bring a new diversity to their sound with a selection of rotating guest vocalists. For their sophomore album's title track and lead single, they recruited Everything but the Girl's Tracey Thorn, who penned the haunting love song's lyrics.  Watch the video:  https://www.youtube.com/watch?v=Epgo8ixX6Wo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}