{"id":413806,"date":"2023-12-15T11:58:30","date_gmt":"2023-12-15T19:58:30","guid":{"rendered":"https:\/\/visitseattle.org\/visitseattle-tv-landing-page\/seattlebookmarked-2-copy\/"},"modified":"2026-01-27T11:55:53","modified_gmt":"2026-01-27T19:55:53","slug":"seattle-on-three","status":"publish","type":"page","link":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/","title":{"rendered":"Seattle on Three"},"content":{"rendered":"\r\n<section id=\"hero-slider-block_17a04271c79a9dfc3d0fdff8513f0fee\" class=\"hero-slider-section hero-slider-block \">\r\n        <div class=\"hero-slider-cards hero-slider-card-total-1 hero-slider-container-block_17a04271c79a9dfc3d0fdff8513f0fee\">\r\n              <div class=\"hero-slider-card\">\r\n        <div class=\"hero-slider-card-wrapper\">\r\n                    <div class=\"hero-slider-card-media-box js-videoWrapper opacity-none\">\r\n                                                      <img decoding=\"async\" src=\"https:\/\/uploads.visitseattle.org\/2023\/12\/15125609\/Peter-Mehlman-1.jpg\" srcset=\"https:\/\/uploads.visitseattle.org\/2023\/12\/15125609\/Peter-Mehlman-1.jpg 1249w, https:\/\/uploads.visitseattle.org\/2023\/12\/15125609\/Peter-Mehlman-1-300x134.jpg 300w, https:\/\/uploads.visitseattle.org\/2023\/12\/15125609\/Peter-Mehlman-1-1024x458.jpg 1024w, https:\/\/uploads.visitseattle.org\/2023\/12\/15125609\/Peter-Mehlman-1-768x344.jpg 768w\" alt=\"An older man in a black cap and jacket sits on the edge of a hockey rink, holding a hockey stick in one hand and a white bottle in the other. Empty bleachers are visible in the background.\">                \r\n              \r\n                                    <div class=\"hero-slider-card-text-box gutter\">\r\n              <div class=\"container\">\r\n                <div class=\"hero-slider-card-inner\">\r\n                                    \r\n                                                                        <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n          \r\n        \r\n        <\/div>\r\n      <\/div>        <\/div>  <\/section>\r\n\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n\r\nwindow.addEventListener('DOMContentLoaded', function () {\r\n\r\n  function updateSlickDotsAccessibility() {\r\n  document.querySelectorAll('.hero-slider-container-block_17a04271c79a9dfc3d0fdff8513f0fee .slick-dots li').forEach(function (dot) {\r\n    const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n    const button = dot.querySelector('button');\r\n\r\n    if (button) {\r\n      if (isHidden) {\r\n        button.setAttribute('tabindex', '-1');\r\n        button.setAttribute('aria-hidden', 'true');\r\n      } else {\r\n        button.setAttribute('tabindex', '0');\r\n        button.removeAttribute('aria-hidden');\r\n      }\r\n    }\r\n  });\r\n}\r\n\r\n $('.hero-slider-container-block_17a04271c79a9dfc3d0fdff8513f0fee').on('init reInit afterChange', function() {\r\n    document.querySelectorAll('.hero-slider-container-block_17a04271c79a9dfc3d0fdff8513f0fee .slick-dots').forEach(function (ul) {\r\n      ul.removeAttribute('role');\r\n    });\r\n\r\n    updateSlickDotsAccessibility();\r\n  });\r\n\r\n  jQuery('.hero-slider-container-block_17a04271c79a9dfc3d0fdff8513f0fee').not('.slick-initialized').slick({\r\n    arrows: true,\r\n    centerPadding: \"0px\",\r\n    dots: true,\r\n    slidesToShow: 1,\r\n    infinite: true,\r\n    autoplay: false,\r\n    \/\/ autoplaySpeed: 5000,\r\n    pauseOnHover: true,\r\n    pauseOnFocus: true,\r\n  });\r\n\r\n  updateSlickDotsAccessibility();\r\n\r\n  document.querySelectorAll('.hero-slider-container-block_17a04271c79a9dfc3d0fdff8513f0fee .slick-dots').forEach(function (ul) {\r\n    ul.removeAttribute('role');\r\n  });\r\n  \r\n  $(document).on(\"click\", \".play-btn\", function(e) {\r\n    \"use strict\";\r\n    e.preventDefault();\r\n\r\n    var $poster = $(this);\r\n    var $wrapper = $poster.closest(\".js-videoWrapper\");\r\n\r\n    var $iframe = $wrapper.find(\".hero-slider-card-video\");\r\n    var src = $iframe.data(\"src\"); \/\/ Get the data-src attribute from the current iframe\r\n    $iframe.attr(\"src\", src); \/\/ Set the src attribute of the iframe\r\n\r\n    \/\/ hide poster\r\n    $wrapper.addClass(\"videoWrapperActive\");\r\n    \r\n    \/\/ Remove autoplay and stop the slider.\r\n    \/\/ $(this).closest(\".hero-slider-container-block_17a04271c79a9dfc3d0fdff8513f0fee\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPause\");\r\n  });\r\n\r\n  \/\/ stop the targeted\/all videos (and re-instate the poster frames)\r\n  function videoStop($wrapper) {\r\n    \"use strict\";\r\n    \/\/ if we're stopping all videos on page\r\n    if (!$wrapper) {\r\n      var $wrapper = $(\".js-videoWrapper\");\r\n      var $iframe = $(\".hero-slider-card-video\");\r\n      \/\/ if we're stopping a particular video\r\n    } else {\r\n      var $iframe = $wrapper.find(\".hero-slider-card-video\");\r\n    }\r\n    \/\/ reveal poster\r\n    $wrapper.removeClass(\"videoWrapperActive\");\r\n    \/\/ remove youtube link, stopping the video from playing in the background\r\n    $iframe.attr(\"src\", \"\");\r\n    \/\/ Reinstate autoplay and start the slider.\r\n    \/\/ $(\".hero-slider-container-block_17a04271c79a9dfc3d0fdff8513f0fee\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPlay\");\r\n  }\r\n\r\n  \/\/ On before slide change\r\n  $(\".hero-slider-container-block_17a04271c79a9dfc3d0fdff8513f0fee\").on(\"beforeChange\", function(\r\n    event,\r\n    slick,\r\n    currentSlide,\r\n    nextSlide\r\n  ) {\r\n    videoStop();\r\n  });\r\n \r\n})\r\n\r\n<\/script>\r\n\n\n\r\n\r\n<section class=\"series-slider-wrapper gutter\">\r\n  <div class=\"container\">\r\n\t<div class=\"series-slider-header\">\r\n\t  <h2 class=\"series-slider-header-text\">Seattle on Three<\/h2>\r\n\t\t\t\t\t\t\t<div class=\"series-slider-header-description\">\r\n\t\t\t\t\t<p><span class=\"yt-core-attributed-string--link-inherit-color\">The allure of Seattle sports is driven by the people who surround it, both on and off the court. In this series, Peter Mehlman, writer for Seinfeld and Howard Cosell\u2019s Wide World of Sports, goes behind-the-scenes with some of the biggest names in Seattle sports to talk about what makes the Emerald City the best place to be a player and an even better place to be a fan. <\/span><\/p>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t<div class=\"series-slider-wrapper-inner\">  \r\n\t  <div class=\"series-slider-player\">\r\n\t\t<section id=\"series-slider-block_2dcbe87b0be8492358c76e2c84245b84\" class=\"series-slider-section series-slider-block \">\r\n\t\t  \t\t\t\t\t  \t\t  <div class=\"series-slider-cards series-slider-card-total-4 series-slider-container-block_2dcbe87b0be8492358c76e2c84245b84\">\r\n\t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"seattle-seattle-on-three-trailer\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/jf-pzhR1h9Q?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/jf-pzhR1h9Q?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Seattle On Three | Series Trailer<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSeattle on Three\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  The allure of Seattle sports is driven by the people who surround it, both on and off the court. In this series, Peter Mehlman, writer for Seinfeld and Howard Cosell\u2019s Wide World of Sports, goes behind-the-scenes with some of the biggest names in Seattle sports to talk about what makes the Emerald City the best place to be a player and an even better place to be a fan. Watch more at VISITSEATTLE.tv. <a class=\"yt-core-attributed-string__link yt-core-attributed-string__link--display-type yt-core-attributed-string__link--call-to-action-color\" tabindex=\"0\" href=\"https:\/\/www.youtube.com\/hashtag\/seattleonthree\" target=\"\" rel=\"nofollow noopener\">#SeattleOnThree<\/a>\r\n\r\nThis series was produced in collaboration with @AMCNetworks.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"seattle-on-three-jewell-loyd\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/sYTYL_h14sU?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/sYTYL_h14sU?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Seattle On Three | Jewell Loyd, Seattle Storm<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSeattle on Three\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  After setting the WNBA 2023 season scoring record with the Seattle Storm, Jewell Loyd sat down with Peter Mehlman to talk about her time in Seattle, the social consciousness of WNBA players and how she was bestowed the name the Golden Mamba. And of course, shoot some hoops along the way. Watch more at VISITSEATTLE.tv. <a class=\"yt-core-attributed-string__link yt-core-attributed-string__link--display-type yt-core-attributed-string__link--call-to-action-color\" tabindex=\"0\" href=\"https:\/\/www.youtube.com\/hashtag\/seattleonthree\" target=\"\" rel=\"nofollow noopener\">#SeattleOnThree<\/a>\r\n\r\nThis series was produced in collaboration with @AMCNetworks.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"seattle-on-three-philipp-grubauer\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/OA3oRWyv0Vg?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/OA3oRWyv0Vg?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Seattle On Three | Philipp Grubauer, Seattle Kraken<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSeattle on Three\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  In this episode, Seattle Kraken goalie Philipp Grubauer and Peter Mehlman explore a Seattle icon for the first time while talking about making Seattle a hockey town and hearing \u2018GRUUUUUUU\u2019 echo through Climate Pledge Arena. Watch more at VISITSEATTLE.tv. <a class=\"yt-core-attributed-string__link yt-core-attributed-string__link--display-type yt-core-attributed-string__link--call-to-action-color\" tabindex=\"0\" href=\"https:\/\/www.youtube.com\/hashtag\/seattleonthree\" target=\"\" rel=\"nofollow noopener\">#SeattleOnThree<\/a>\r\n\r\nThis series was produced in collaboration with @AMCNetworks.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"seattle-on-three-doug-baldwin\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/hdWlYQ9iUrw?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/hdWlYQ9iUrw?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Seattle On Three | Doug Baldwin, former Seattle Seahawk<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSeattle on Three\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  They say home is where you make it. For former Seattle Seahawks wide receiver Doug Baldwin, Seattle is his home. In this episode, Baldwin talks with Peter Mehlman about all that makes Seattle special to him and of course, that one infamous play. Watch more at VISITSEATTLE.tv. <a class=\"yt-core-attributed-string__link yt-core-attributed-string__link--display-type yt-core-attributed-string__link--call-to-action-color\" tabindex=\"0\" href=\"https:\/\/www.youtube.com\/hashtag\/seattleonthree\" target=\"\" rel=\"nofollow noopener\">#SeattleOnThree<\/a>\r\n\r\nThis series was produced in collaboration with @AMCNetworks.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t<\/div>\t\t  \t\t<\/section>\r\n\t  <\/div>\r\n\r\n\t  <div class=\"series-slider-nav\">\r\n\t\t<section id=\"series-slider-block_2dcbe87b0be8492358c76e2c84245b84\" class=\"series-thumbnail-section series-slider-block \">\r\n\t\t  \t\t\t\t\t  <div class=\"series-thumbnail-slider-cards series-thumbnail-slider-card-total-4 series-slider-thumbnail-container-block_2dcbe87b0be8492358c76e2c84245b84\">\r\n\t\t  \t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"seattle-seattle-on-three-trailer\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2023\/11\/14155210\/Seattle-on-Three-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Seattle On Three | Series Trailer\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"seattle-on-three-jewell-loyd\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2023\/11\/14160508\/Loyd-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Seattle On Three | Jewell Loyd, Seattle Storm\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"seattle-on-three-philipp-grubauer\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2023\/11\/14102742\/Grubauer-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Seattle On Three | Philipp Grubauer, Seattle Kraken\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"seattle-on-three-doug-baldwin\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2023\/11\/14161557\/Baldwin-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Seattle On Three | Doug Baldwin, former Seattle Seahawk\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\t\t  \t\t<\/section>\r\n\t  <\/div>\r\n\t<\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\nwindow.addEventListener('DOMContentLoaded', function () {\r\n\r\n\r\n\r\n  jQuery('.series-slider-container-block_2dcbe87b0be8492358c76e2c84245b84').not('.slick-initialized').slick({\r\n\tadaptiveHeight: true,\r\n\tarrows: false,\r\n\tcenterPadding: \"0px\",\r\n\tdots: false,\r\n\tslidesToShow: 1,\r\n\tinfinite: true,\r\n\tautoplay: true,\r\n\tautoplaySpeed: 7500,\r\n\tpauseOnHover: true,\r\n\tpauseOnFocus: true,\r\n\tasNavFor: \".series-slider-thumbnail-container-block_2dcbe87b0be8492358c76e2c84245b84\",\r\n\tresponsive: [\r\n\t  {\r\n\t\tbreakpoint: 1200,\r\n\t\tsettings: {\r\n\t\t  arrows: true\r\n\t\t}\r\n\t  }\r\n\t]\r\n  }).on('init', function () {\r\n  document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n\tif (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n\t  track.setAttribute('aria-label', 'Video slider');\r\n\t}\r\n  });\r\n});\r\n\r\n  $('.series-slider-thumbnail-container-block_2dcbe87b0be8492358c76e2c84245b84').on('init reInit afterChange', function() {\r\n\tupdateSlickDotsAccessibility();\r\n\tcleanSlickDotsAccessibility();\r\n  });\r\n\r\n  jQuery('.series-slider-thumbnail-container-block_2dcbe87b0be8492358c76e2c84245b84').not('.slick-initialized').slick({\r\n\tarrows: false,\r\n\tcenterPadding: \"0px\",\r\n\tvertical: true,\r\n\tdots: false,\r\n\tslidesToShow: 4,\r\n\tinfinite: true,\r\n\tautoplay: false,\r\n\tasNavFor: \".series-slider-container-block_2dcbe87b0be8492358c76e2c84245b84\",\r\n\tfocusOnSelect: true,\r\n\tresponsive: [\r\n\t  {\r\n\t\tbreakpoint: 1200,\r\n\t\tsettings: {\r\n\t\t  dots: true,\r\n\t\t  vertical: false,\r\n\t\t  slidesToShow: 3,\r\n\t\t}\r\n\t  }\r\n\t]\r\n  });\r\n\r\n  cleanSlickDotsAccessibility();\r\n  updateSlickDotsAccessibility();\r\n\r\n  function cleanSlickDotsAccessibility() {\r\n\tdocument.querySelectorAll('.slick-dots').forEach(function (ul) {\r\n\t  ul.setAttribute('role', 'presentation');\r\n\t\t});\r\n  }\r\n\r\n  function updateSlickDotsAccessibility() {\r\n  document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n\tconst isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n\tconst button = dot.querySelector('button');\r\n\r\n\tif (button) {\r\n\t  if (isHidden) {\r\n\t\tbutton.setAttribute('tabindex', '-1');\r\n\t\tbutton.setAttribute('aria-hidden', 'true');\r\n\t  } else {\r\n\t\tbutton.setAttribute('tabindex', '0');\r\n\t\tbutton.removeAttribute('aria-hidden');\r\n\t  }\r\n\t}\r\n\r\n  });\r\n  }\r\n\r\n\r\n\r\n  $('.series-slider-cards').on('init afterChange', function(event, slick, currentSlide) {\r\n\t$('.series-slider-card.slick-slide').each(function(_, element) {\r\n\t  const $el = $(element);\r\n\t  const slideIndex = parseInt($el.attr('data-slick-index'), 10);\r\n\t  const $focusables = $el.find('a, iframe, button, input, select, textarea');\r\n\r\n\t  if (slideIndex === currentSlide) {\r\n\t\t$el.attr('aria-hidden', 'false');\r\n\t\t$focusables\r\n\t\t  .attr('tabindex', '0')\r\n\t\t  .removeAttr('aria-hidden');\r\n\t  } else {\r\n\t\t$el.attr('aria-hidden', 'true');\r\n\t\t$focusables\r\n\t\t  .attr('tabindex', '-1')\r\n\t\t  .attr('aria-hidden', 'true');\r\n\t  }\r\n\t});\r\n  });\r\n\r\n\r\n\r\n  function getUrlVars() {\r\n\tvar vars = [], hash;\r\n\tvar hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');\r\n\tfor(var i = 0; i < hashes.length; i++)\r\n\t{\r\n\t\thash = hashes[i].split('=');\r\n\t\tvars.push(hash[0]);\r\n\t\tvars[hash[0]] = hash[1];\r\n\t}\r\n\treturn vars;\r\n  }\r\n\r\n  var video = getUrlVars()[\"video\"];\r\n\r\n  if(video){\r\n\t\tseriesslider = $('.series-slider-container-block_2dcbe87b0be8492358c76e2c84245b84');\r\n\r\n\t\tresumeIndex = $('.series-slider-container-block_2dcbe87b0be8492358c76e2c84245b84').slick(\"getSlick\").currentSlide;\r\n\t\tvar slugIndex = seriesslider.find('[data-slug=\"' + video + '\"]').data('slick-index');\r\n\t\tif(slugIndex) {\r\n\t\t\tseriesslider.slick('slickPause').slick('slickGoTo', slugIndex);\r\n\t\t}\r\n  }\r\n\t\r\n  \r\n\r\n  $(document).on(\"click\", \".play-btn\", function(e) {\r\n\t\"use strict\";\r\n\te.preventDefault();\r\n\r\n\tvar $poster = $(this);\r\n\tvar $wrapper = $poster.closest(\".js-seriesWrapper\");\r\n\r\n\tvar $iframe = $wrapper.find(\".series-slider-card-series\");\r\n\tvar src = $(\".series-slider-card-series\").data(\"src\");\r\n\t\/\/ hide poster\r\n\t$wrapper.addClass(\"seriesWrapperActive\");\r\n\t\/\/ add iframe src in, starting the series\r\n\t$iframe.attr(\"src\", src);\r\n  });\r\n\r\n  \/\/ Stop the slider if the iframe itself is hovered\r\n  $(\".series-slider-container-block_2dcbe87b0be8492358c76e2c84245b84 .series-slider-card iframe\").on(\"mouseover\", function(e) {\r\n\t\/\/ Remove autoplay and stop the slider.\r\n\t$(this).closest(\".series-slider-container-block_2dcbe87b0be8492358c76e2c84245b84\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPause\");\r\n  });\r\n\r\n  \/\/ stop the targeted\/all seriess (and re-instate the poster frames)\r\n  function seriesStop($wrapper) {\r\n\t\"use strict\";\r\n\t\/\/ if we're stopping all seriess on page\r\n\tif (!$wrapper) {\r\n\t  var $wrapper = $(\".js-seriesWrapper\");\r\n\t  var $iframe = $(\".series-slider-card-series\");\r\n\t  \/\/ if we're stopping a particular series\r\n\t} else {\r\n\t  var $iframe = $wrapper.find(\".series-slider-card-series\");\r\n\t}\r\n\t\/\/ reveal poster\r\n\t$wrapper.removeClass(\"seriesWrapperActive\");\r\n\t\/\/ remove youtube link, stopping the series from playing in the background\r\n\t\/\/ $iframe.attr(\"src\", \"\");\r\n\r\n\t$wrapper.find('iframe').each(function(){\r\n\t\t$(this)[0].contentWindow.postMessage('{\"event\":\"command\",\"func\":\"' + 'stopVideo' + '\",\"args\":\"\"}', '*');    \r\n\t});\r\n  }\r\n\r\n  \/\/ On before slide change\r\n  $(\".series-slider-container-block_2dcbe87b0be8492358c76e2c84245b84\").on(\"beforeChange\", function(\r\n\tevent,\r\n\tslick,\r\n\tcurrentSlide,\r\n\tnextSlide\r\n  ) {\r\n\tseriesStop();\r\n  });\r\n\r\n  $(document).on(\"click\", \".series-thumbnail-slider-card\", function(e) {\r\n\t\"use strict\";\r\n\t\tconsole.log('clicked');\r\n\t\tconsole.log(window.location.href.split('?')[0] + '?video=' + $(this).attr(\"data-slug\"));\r\n\r\n\tconst $this = $(this),\r\n\t\t  $thisSlider = $this.closest(\".series-slider-wrapper\");\r\n\r\n\t\thistory.pushState({page: \"page\"}, \"\", window.location.href.split('?')[0] + '?video=' + $(this).attr(\"data-slug\"));\r\n\r\n\t\/\/ Scroll to the top of the .series-slider-wrapper\r\n\twindow.scroll({\r\n\t  top: $(this).closest(\".series-slider-wrapper\").offset().top - $(\"header.global-header\").outerHeight(), \/\/ The position of the top of the wrapper - the height of the header\r\n\t  behavior: \"smooth\"\r\n\t});\r\n  });\r\n\r\n})\r\n\r\n\r\n<\/script>\n\n\r\n\r\n\r\n<section id=\"image-slider-block_7bd6bfee94f932c721346b30583ea7f5\"  class=\"image-slider gutter image-slider-count-4 image-slider-block\">\r\n  <div class=\"container\">\r\n    <div class=\"image-slider-header\">\r\n      <h2 class=\"image-slider-header-text\">Explore on your own<\/h2>\r\n    <\/div>\r\n    <div class=\"image-slider-wrapper\">\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/climatepledgearena.com\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2023\/09\/14121045\/Liftoff-ClimatePledge_cGarry-Belinsky-450x300.jpg\" alt=\"A photo of a person standing in front of the living green wall at Climate Pledge Arena. The wall is filled with hundreds of live green plants. The person wears a brown, white and black plaid shirt and black pants and shoes. Hanging from the ceiling is a yellow trellis with more plants inside.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Climate Pledge Arena                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Seattle center                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/monorailespresso.com\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2021\/05\/20141255\/monorailespresso_IKAP_map.jpg\" alt=\"\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Monorail Espresso                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Downtown Seattle                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/www.pikeplacemarket.org\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2017\/02\/08124731\/WEB_Downtown-PikePlace_credit-Checubus-Shutterstock-450x300.jpg\" alt=\"People walking on a cobblestone street in front of a building with a large neon red sign that reads Public Market Center.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Pike Place Market                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Downtown Seattle                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/www.spaceneedle.com\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2022\/08\/03105424\/Things-to-do-in-Seattle-with-kids-10-450x300.jpg\" alt=\"A small child standing in front of large glass window at the top of the Space Needle overlooking the cityscape.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Space Needle                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Seattle Center                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n        <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n  jQuery( document ).ready(function($) {\r\n    const $sliderWrapper = $(\"#image-slider-block_7bd6bfee94f932c721346b30583ea7f5\");\r\n\r\n    $sliderWrapper.on(\"init reInit afterChange\", function () {\r\n      $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n      updateSlickDotsAccessibility();\r\n\r\n    });\r\n  \r\n    $(\"#image-slider-block_7bd6bfee94f932c721346b30583ea7f5 .image-slider-wrapper\").not('.slick-initialized').slick({\r\n      dots: false,\r\n      arrows: true,\r\n      infinite: true,\r\n      slidesToShow: 4,\r\n      slidesToScroll: 1,\r\n      autoplay: false,\r\n      autoplaySpeed: 3000,\r\n      responsive: [\r\n      {\r\n        breakpoint: 1200,\r\n        settings: {\r\n          slidesToShow: 3,\r\n          slidesToScroll: 3,\r\n          infinite: true,\r\n          dots: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 767,\r\n        settings: {\r\n          slidesToShow: 2,\r\n          slidesToScroll: 2,\r\n          arrows: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 650,\r\n        settings: {\r\n          slidesToShow: 1,\r\n          slidesToScroll: 1,\r\n          arrows: true\r\n        }\r\n      }\r\n      \/\/ You can unslick at a given breakpoint now by adding:\r\n      \/\/ settings: \"unslick\"\r\n      \/\/ instead of a settings object\r\n    ]\r\n    });\r\n\r\n    $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n\r\n    updateSlickDotsAccessibility();\r\n\r\n    function updateSlickDotsAccessibility() {\r\n      document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n        const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n        const button = dot.querySelector('button');\r\n\r\n        if (button) {\r\n          if (isHidden) {\r\n            button.setAttribute('tabindex', '-1');\r\n            button.setAttribute('aria-hidden', 'true');\r\n          } else {\r\n            button.setAttribute('tabindex', '0');\r\n            button.removeAttribute('aria-hidden');\r\n          }\r\n        }\r\n      });\r\n    }\r\n\r\n    document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n      if (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n        track.setAttribute('aria-label', 'Video slider');\r\n      }\r\n    });\r\n  });\r\n<\/script>\n\n\r\n\r\n\r\n<section id=\"image-slider-block_c356096280bce97ce11997e2567aeeb0\"  class=\"image-slider gutter image-slider-count-3 image-slider-block\">\r\n  <div class=\"container\">\r\n    <div class=\"image-slider-header\">\r\n      <h2 class=\"image-slider-header-text\">Keep Watching<\/h2>\r\n    <\/div>\r\n    <div class=\"image-slider-wrapper\">\r\n                <div class=\"image-slider-item image-slider-item-type-video\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/tv\/wesealove-behind-the-image\/?video=stefan-frei\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/05\/20115931\/Stefan-Frei-450x300.jpg\" alt=\"A soccer goalkeeper, wearing a blue jersey with the name &quot;Frei&quot; and the number 24 in rainbow colors, stands on the field facing away from the camera. The background shows blurred spectators in a stadium.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    weSEAlove: Behind the Image                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Stefan Frei                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-video\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/tv\/whatsgoodseattle\/?video=whats-good-seattle-phil-the-culture-finds-the-most-unique-ways-seattleites-like-to-have-fun\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2023\/06\/05095559\/whats-good-seattle_fun-450x300.jpg\" alt=\"Two men are talking outside near a beach. One holds a microphone and wears a blue shirt with &quot;POSITIVITY&quot; written on it and red sunglasses. The other man wears glasses and a plaid shirt while holding a coffee cup. A few people are visible in the background.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    What's Good Seattle?                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Phil Finds the Most Unique Ways Seattleites Like To Have Fun                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-video\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/tv\/uncharted-seattle\/?video=melissa-arnot\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/05\/06164633\/Uncharted_Melissa-Arnot_thumb-450x300.jpg\" alt=\"Uncharted\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Uncharted: Seattle                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Melissa Arnot                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n        <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n  jQuery( document ).ready(function($) {\r\n    const $sliderWrapper = $(\"#image-slider-block_c356096280bce97ce11997e2567aeeb0\");\r\n\r\n    $sliderWrapper.on(\"init reInit afterChange\", function () {\r\n      $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n      updateSlickDotsAccessibility();\r\n\r\n    });\r\n  \r\n    $(\"#image-slider-block_c356096280bce97ce11997e2567aeeb0 .image-slider-wrapper\").not('.slick-initialized').slick({\r\n      dots: false,\r\n      arrows: true,\r\n      infinite: true,\r\n      slidesToShow: 3,\r\n      slidesToScroll: 1,\r\n      autoplay: false,\r\n      autoplaySpeed: 3000,\r\n      responsive: [\r\n      {\r\n        breakpoint: 1200,\r\n        settings: {\r\n          slidesToShow: 3,\r\n          slidesToScroll: 3,\r\n          infinite: true,\r\n          dots: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 767,\r\n        settings: {\r\n          slidesToShow: 2,\r\n          slidesToScroll: 2,\r\n          arrows: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 650,\r\n        settings: {\r\n          slidesToShow: 1,\r\n          slidesToScroll: 1,\r\n          arrows: true\r\n        }\r\n      }\r\n      \/\/ You can unslick at a given breakpoint now by adding:\r\n      \/\/ settings: \"unslick\"\r\n      \/\/ instead of a settings object\r\n    ]\r\n    });\r\n\r\n    $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n\r\n    updateSlickDotsAccessibility();\r\n\r\n    function updateSlickDotsAccessibility() {\r\n      document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n        const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n        const button = dot.querySelector('button');\r\n\r\n        if (button) {\r\n          if (isHidden) {\r\n            button.setAttribute('tabindex', '-1');\r\n            button.setAttribute('aria-hidden', 'true');\r\n          } else {\r\n            button.setAttribute('tabindex', '0');\r\n            button.removeAttribute('aria-hidden');\r\n          }\r\n        }\r\n      });\r\n    }\r\n\r\n    document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n      if (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n        track.setAttribute('aria-label', 'Video slider');\r\n      }\r\n    });\r\n  });\r\n<\/script>\n\n\r\n\r\n\r\n<section id=\"image-slider-block_be0c24964442901fca86379d37cdc7c4\"  class=\"image-slider gutter image-slider-count-3 image-slider-block\">\r\n  <div class=\"container\">\r\n    <div class=\"image-slider-header\">\r\n      <h2 class=\"image-slider-header-text\">Related<\/h2>\r\n    <\/div>\r\n    <div class=\"image-slider-wrapper\">\r\n                <div class=\"image-slider-item image-slider-item-type-image\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/seattle-localist\/seattle-ambassadors\/seattle-ambassador-philipp-grubauer\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2023\/12\/01125404\/WEB_Banner_Liftoff_Philipp-Grubauer_courtesy-Seattle-Kraken-450x300.jpg\" alt=\"Close-up of a hockey player&#039;s legs in goalie gear, with a thick cloud of mist or fog surrounding them. The player holds a hockey stick labeled &quot;HYPERLITE&quot; and wears protective pads labeled &quot;TRUE.&quot; The scene is illuminated with a blue tint.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Philipp Grubauer                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Seattle Ambassador                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-image\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/seattle-localist\/seattle-ambassadors\/blitz-the-seahawk\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/09\/12120315\/Blitz-2-smaller-1-e1568315200793-450x300.jpg\" alt=\"A large, blue and green bird mascot is wearing a sports jersey with the number 0, posing energetically in an open stadium filled with fans. The mascot&#039;s wings are outstretched, and it appears to be engaging with the crowd.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Blitz the Seahawk                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Seattle Ambassador                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-image\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/seattle-localist\/seattle-ambassadors\/sue-bird\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2022\/07\/08113711\/SueBird_creditHayleyBlavka_banner-450x300.jpg\" alt=\"WNBA star Sue Bird sitting on a three-step stool, facing to the left and smiling.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Sue Bird                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Seattle Ambassador                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n        <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n  jQuery( document ).ready(function($) {\r\n    const $sliderWrapper = $(\"#image-slider-block_be0c24964442901fca86379d37cdc7c4\");\r\n\r\n    $sliderWrapper.on(\"init reInit afterChange\", function () {\r\n      $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n      updateSlickDotsAccessibility();\r\n\r\n    });\r\n  \r\n    $(\"#image-slider-block_be0c24964442901fca86379d37cdc7c4 .image-slider-wrapper\").not('.slick-initialized').slick({\r\n      dots: false,\r\n      arrows: true,\r\n      infinite: true,\r\n      slidesToShow: 3,\r\n      slidesToScroll: 1,\r\n      autoplay: false,\r\n      autoplaySpeed: 3000,\r\n      responsive: [\r\n      {\r\n        breakpoint: 1200,\r\n        settings: {\r\n          slidesToShow: 3,\r\n          slidesToScroll: 3,\r\n          infinite: true,\r\n          dots: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 767,\r\n        settings: {\r\n          slidesToShow: 2,\r\n          slidesToScroll: 2,\r\n          arrows: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 650,\r\n        settings: {\r\n          slidesToShow: 1,\r\n          slidesToScroll: 1,\r\n          arrows: true\r\n        }\r\n      }\r\n      \/\/ You can unslick at a given breakpoint now by adding:\r\n      \/\/ settings: \"unslick\"\r\n      \/\/ instead of a settings object\r\n    ]\r\n    });\r\n\r\n    $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n\r\n    updateSlickDotsAccessibility();\r\n\r\n    function updateSlickDotsAccessibility() {\r\n      document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n        const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n        const button = dot.querySelector('button');\r\n\r\n        if (button) {\r\n          if (isHidden) {\r\n            button.setAttribute('tabindex', '-1');\r\n            button.setAttribute('aria-hidden', 'true');\r\n          } else {\r\n            button.setAttribute('tabindex', '0');\r\n            button.removeAttribute('aria-hidden');\r\n          }\r\n        }\r\n      });\r\n    }\r\n\r\n    document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n      if (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n        track.setAttribute('aria-label', 'Video slider');\r\n      }\r\n    });\r\n  });\r\n<\/script>","protected":false},"excerpt":{"rendered":"<p>          &#8230;<\/p>\n","protected":false},"author":75,"featured_media":410941,"parent":371419,"menu_order":16,"comment_status":"closed","ping_status":"closed","template":"template-gutenberg.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-413806","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Seattle on Three - Visit Seattle<\/title>\n<meta name=\"description\" content=\"Go behind-the-scenes in Seattle sports to learn what makes the Emerald City the best place to be a player\u2014and even better place to be a fan.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Seattle on Three - Visit Seattle\" \/>\n<meta property=\"og:description\" content=\"Go behind-the-scenes in Seattle sports to learn what makes the Emerald City the best place to be a player\u2014and even better place to be a fan.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/\" \/>\n<meta property=\"og:site_name\" content=\"Visit Seattle\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/visitseattle\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-27T19:55:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/uploads.visitseattle.org\/2023\/11\/14155210\/Seattle-on-Three.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2048\" \/>\n\t<meta property=\"og:image:height\" content=\"1149\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@visitseattle\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/\",\"url\":\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/\",\"name\":\"Seattle on Three - Visit Seattle\",\"isPartOf\":{\"@id\":\"https:\/\/visitseattle.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/uploads.visitseattle.org\/2023\/11\/14155210\/Seattle-on-Three.jpg\",\"datePublished\":\"2023-12-15T19:58:30+00:00\",\"dateModified\":\"2026-01-27T19:55:53+00:00\",\"description\":\"Go behind-the-scenes in Seattle sports to learn what makes the Emerald City the best place to be a player\u2014and even better place to be a fan.\",\"breadcrumb\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#primaryimage\",\"url\":\"https:\/\/uploads.visitseattle.org\/2023\/11\/14155210\/Seattle-on-Three.jpg\",\"contentUrl\":\"https:\/\/uploads.visitseattle.org\/2023\/11\/14155210\/Seattle-on-Three.jpg\",\"width\":2048,\"height\":1149,\"caption\":\"A cityscape of Seattle with the Space Needle and surrounding buildings. The text \\\"Seattle on Three! with Peter Mehlman\\\" is written across the image in bold, white letters. There are trees in the foreground and a clear sky above.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/visitseattle.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"VISITSEATTLE.tv\",\"item\":\"https:\/\/visitseattle.org\/tv\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Seattle on Three\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/visitseattle.org\/#website\",\"url\":\"https:\/\/visitseattle.org\/\",\"name\":\"Visit Seattle\",\"description\":\"Your next great adventure\",\"publisher\":{\"@id\":\"https:\/\/visitseattle.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/visitseattle.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/visitseattle.org\/#organization\",\"name\":\"Visit Seattle\",\"alternateName\":\"Visit Seattle\",\"url\":\"https:\/\/visitseattle.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg\",\"contentUrl\":\"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg\",\"width\":696,\"height\":696,\"caption\":\"Visit Seattle\"},\"image\":{\"@id\":\"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/visitseattle\",\"https:\/\/x.com\/visitseattle\",\"https:\/\/instagram.com\/visitseattle\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Seattle on Three - Visit Seattle","description":"Go behind-the-scenes in Seattle sports to learn what makes the Emerald City the best place to be a player\u2014and even better place to be a fan.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/","og_locale":"en_US","og_type":"article","og_title":"Seattle on Three - Visit Seattle","og_description":"Go behind-the-scenes in Seattle sports to learn what makes the Emerald City the best place to be a player\u2014and even better place to be a fan.","og_url":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/","og_site_name":"Visit Seattle","article_publisher":"https:\/\/www.facebook.com\/visitseattle","article_modified_time":"2026-01-27T19:55:53+00:00","og_image":[{"width":2048,"height":1149,"url":"https:\/\/uploads.visitseattle.org\/2023\/11\/14155210\/Seattle-on-Three.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@visitseattle","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/","url":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/","name":"Seattle on Three - Visit Seattle","isPartOf":{"@id":"https:\/\/visitseattle.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#primaryimage"},"image":{"@id":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#primaryimage"},"thumbnailUrl":"https:\/\/uploads.visitseattle.org\/2023\/11\/14155210\/Seattle-on-Three.jpg","datePublished":"2023-12-15T19:58:30+00:00","dateModified":"2026-01-27T19:55:53+00:00","description":"Go behind-the-scenes in Seattle sports to learn what makes the Emerald City the best place to be a player\u2014and even better place to be a fan.","breadcrumb":{"@id":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/visitseattle.org\/tv\/seattle-on-three\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#primaryimage","url":"https:\/\/uploads.visitseattle.org\/2023\/11\/14155210\/Seattle-on-Three.jpg","contentUrl":"https:\/\/uploads.visitseattle.org\/2023\/11\/14155210\/Seattle-on-Three.jpg","width":2048,"height":1149,"caption":"A cityscape of Seattle with the Space Needle and surrounding buildings. The text \"Seattle on Three! with Peter Mehlman\" is written across the image in bold, white letters. There are trees in the foreground and a clear sky above."},{"@type":"BreadcrumbList","@id":"https:\/\/visitseattle.org\/tv\/seattle-on-three\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/visitseattle.org\/"},{"@type":"ListItem","position":2,"name":"VISITSEATTLE.tv","item":"https:\/\/visitseattle.org\/tv\/"},{"@type":"ListItem","position":3,"name":"Seattle on Three"}]},{"@type":"WebSite","@id":"https:\/\/visitseattle.org\/#website","url":"https:\/\/visitseattle.org\/","name":"Visit Seattle","description":"Your next great adventure","publisher":{"@id":"https:\/\/visitseattle.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/visitseattle.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/visitseattle.org\/#organization","name":"Visit Seattle","alternateName":"Visit Seattle","url":"https:\/\/visitseattle.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/","url":"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg","contentUrl":"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg","width":696,"height":696,"caption":"Visit Seattle"},"image":{"@id":"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/visitseattle","https:\/\/x.com\/visitseattle","https:\/\/instagram.com\/visitseattle\/"]}]}},"publishpress_future_action":{"enabled":false,"date":"2026-02-06 10:47:52","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/413806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/users\/75"}],"replies":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/comments?post=413806"}],"version-history":[{"count":5,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/413806\/revisions"}],"predecessor-version":[{"id":439147,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/413806\/revisions\/439147"}],"up":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/371419"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/media\/410941"}],"wp:attachment":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/media?parent=413806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}