BeyondWords.Player.version // The player version that is loaded, e.g. "0.1.23"
BeyondWords.Player.instances() // See above. This retrieves all initialized instances.
BeyondWords.Player.instances()[0].target // Returns the root DOM node of the player.
BeyondWords.Player.instances()[0].properties() // Returns all reactive properties as a key-value object.
BeyondWords.Player.instances()[0].destroy() // Removes a player instance, freeing its resources.
BeyondWords.Player.destroyAll() // Removes all player instances, freeing their resources.