Information about plays

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

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

{
    "id": 345856,
    "uri": "https://api.kexp.org/v2/plays/345856/?format=api",
    "airdate": "2019-06-25T06:56:34-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Home",
    "track_id": "2c14db80-0be5-49d3-bcb1-8f376539bca6",
    "recording_id": null,
    "artist": "Anderson .Paak feat. André 3000",
    "artist_ids": [
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b"
    ],
    "album": "Ventura",
    "release_id": "1bf7ee4a-4761-4199-9928-77c5d63dda8b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This website gave\"Come Home\" a rating of \"VERY HOTTTTT\" and they're right.  Read the review here: https://bit.ly/2J6oPa7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}