<?php while( have_rows('broadcast') ): the_row(); ?>
<?php if( get_row_layout() == 'plan' ): ?>
<?php
$photo = get_sub_field('photo');
$name = get_sub_field('name');
$text = get_sub_field('text');
$video_href = get_sub_field('video_href')
?>
###### Code
<?php endif; ?>
<?php endwhile; ?>