Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Fetch Productions by Venue

$production = pods( 'production' );

$params = array(
    'where' => 'venue.ID = 3'
);

$production->find( $params );

// loop through a while( $production->fetch() ) and use $production->field() to get the values of each field