Sounds Air’s ZK-PLV now N726KP.

 You may recall the departure of the Sounds Air Travel & Tourism Ltd’s Pilatus ZK-PLV for Alaska as mentioned on 04-04-2025.  Check HERE

Below we have two photos of it wearing its new US identity of N726KP.

N726KP

From Honolulu (above photo) if flew to Merced in California then on to Kalmath Falls to Klawock and finally to Juneau, Alaska on May 16th.

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');