Display List of All Taxomony Terms of A Post

Use the template tag the_terms( $post_id, $taxonomy, $before="", $sep = ', ', $after="" )

For example:

<?php the_terms( get_the_ID(), 'genre', 'Genres: ', ' ' ) ?>