sonos.currentTrack().then(track => {
  console.log('Got current track %j', track)
}).catch(err => { console.log('Error occurred %j', err) })