UPDATE: I figured it out. Here is how I was able to use Marty’s code to display just one instance of a recurring event:
First, don’t use tribe_get_events(). Use instead WP_Query().
After that it was easy, here’s the code:
http://pastebin.com/kpaEUDZA
Thanks Marty!