Yet other possible syntax are:
lon = arr1.lon
or
lon = arr1['lon']
apart from the already mentioned
lon = arr1.coords['lon']