Get the taxonomy value in the post loop inside the archive page

I dug some more and this solution worked for me to display the taxonomy for each post inside the archive page:

<?php echo get_the_term_list( $post->ID, ‘leagues’, ‘<li class=”tax_item”>’, ‘, ‘, ‘‘ ) ?>