I don't know if Google Play provides such API, but what you can do is put a text file on some web server, which will contain latest app version number. In your game request this file with AJAX and read version number from it. If it's greater than current app version, then inform user that update is available.