{"id":385244,"date":"2022-11-30T09:25:46","date_gmt":"2022-11-30T17:25:07","guid":{"rendered":"https:\/\/visitseattlep.kinsta.cloud\/?page_id=385244"},"modified":"2025-06-11T14:10:57","modified_gmt":"2025-06-11T21:10:57","slug":"sounds-by-the-sound","status":"publish","type":"page","link":"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/","title":{"rendered":"Sounds by the Sound"},"content":{"rendered":"\r\n<section id=\"hero-slider-block_2162d3032bf2f9616bfb3a68158552d3\" class=\"hero-slider-section hero-slider-block \">\r\n        <div class=\"hero-slider-cards hero-slider-card-total-1 hero-slider-container-block_2162d3032bf2f9616bfb3a68158552d3\">\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\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg\" srcset=\"https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg 1920w, https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3-300x169.jpg 300w, https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3-1024x576.jpg 1024w, https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3-768x432.jpg 768w, https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3-1536x864.jpg 1536w, https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3-1620x911.jpg 1620w\" alt=\"A band performs energetically on an outdoor rooftop stage surrounded by tall buildings. The four musicians play guitars and drums under string lights, showcasing a lively and engaging atmosphere.\">                \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_2162d3032bf2f9616bfb3a68158552d3 .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_2162d3032bf2f9616bfb3a68158552d3').on('init reInit afterChange', function() {\r\n    document.querySelectorAll('.hero-slider-container-block_2162d3032bf2f9616bfb3a68158552d3 .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_2162d3032bf2f9616bfb3a68158552d3').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_2162d3032bf2f9616bfb3a68158552d3 .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_2162d3032bf2f9616bfb3a68158552d3\").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_2162d3032bf2f9616bfb3a68158552d3\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPlay\");\r\n  }\r\n\r\n  \/\/ On before slide change\r\n  $(\".hero-slider-container-block_2162d3032bf2f9616bfb3a68158552d3\").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\n<p><\/p>\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\">Sounds by the Sound<\/h2>\r\n\t\t\t\t\t\t\t<div class=\"series-slider-header-description\">\r\n\t\t\t\t\t<p>Sounds by the Sound is a weekly half-hour show exploring Seattle\u2019s legendary music scene filmed in some of the city\u2019s most unique and scenic locations. With live music performances, exclusive interviews and behind-the-scenes looks at noteworthy destinations and attractions \u2013 Sounds by the Sound is a travel guide to the sights and sounds of Seattle.<\/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_f9149d438832ad1db36293370ffd89fb\" 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-26 series-slider-container-block_f9149d438832ad1db36293370ffd89fb\">\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=\"sounds-by-the-sound-episode-1\">\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\/67-CXelYaRM?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\/67-CXelYaRM?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\">Lumen Field<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Episode one looks at the intersection of music and sports in Seattle, featuring an interview and live performances by <a href=\"http:\/\/theflavrblue.com\" target=\"_blank\" rel=\"noopener noreferrer\">The Flavr Blue<\/a> at Lumen Field, a tour of the stadium, an interview with the Seahawks official DJ and a performance by <a href=\"https:\/\/porterray.bandcamp.com\" target=\"_blank\" rel=\"noopener noreferrer\">Porter Ray<\/a>.<img loading=\"lazy\" decoding=\"async\" src=\"\/\/cs.yieldoptimizer.com\/cs\/c?a=2207&amp;cpid=3233&amp;\" alt=\"\" width=\"1\" height=\"1\" \/>\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=\"sounds-by-the-sound-episode-2\">\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\/sqQYB32rSJU?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\/sqQYB32rSJU?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\">Art + Music<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Episode Two looks at how art and music influence each other in Seattle, featuring live performances by\u00a0Hey Marseilles at Chihuly Garden and Glass, an interview and performance by\u00a0<a href=\"http:\/\/www.theesatisfaction.com\" target=\"_blank\" rel=\"noopener noreferrer\">THEESatisfaction<\/a> at Kubota Garden, and a look at the FLATSTOCK poster show.\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=\"sounds-by-the-sound-episode-4\">\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\/9sKKf-8nnis?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\/9sKKf-8nnis?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\">Bumbershoot<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Episode four features Bumbershoot, the long running Seattle music festival, an interview and live performances by\u00a0<a href=\"https:\/\/www.facebook.com\/TheGrizzledMighty\" target=\"_blank\" rel=\"noopener noreferrer\">The Grizzled Mighty<\/a>\u00a0at Pier 62\/63 on Seattle&#8217;s\u00a0waterfront, and an interview with Kate Becker, Director of the Office of Film and Music.\r\n\r\n<img loading=\"lazy\" decoding=\"async\" src=\"\/\/cs.yieldoptimizer.com\/cs\/c?a=2207&amp;cpid=3233&amp;\" alt=\"\" width=\"1\" height=\"1\" \/>\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=\"episode-5\">\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\/QRoNIQbbp2Y?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\/QRoNIQbbp2Y?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\">Landmarks<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Episode five shows off Seattle\u2019s music landmarks, features an interview and live performances by <a href=\"https:\/\/brothersfromanother.bandcamp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Brothers From Another<\/a> at the Space Needle, and includes a tour of EMP Museum and the exhibit, \u201cNirvana: Taking Punk to the Masses.\u201d\r\n\r\n<img loading=\"lazy\" decoding=\"async\" src=\"\/\/cs.yieldoptimizer.com\/cs\/c?a=2207&amp;cpid=3233&amp;\" alt=\"\" width=\"1\" height=\"1\" \/>\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=\"sounds-by-the-sound-episode-6\">\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\/q51gcuwYJIE?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\/q51gcuwYJIE?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\">Underground<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Andy goes underground \u2013 literally \u2013 in Episode Six, as he takes the Underground Tour in Seattle\u2019s Pioneer Square neighborhood. The episode also features a live performance by\u00a0<a href=\"http:\/\/www.blackwhales.com\" target=\"_blank\" rel=\"noopener noreferrer\">Black Whales<\/a> at Gas Works Park and an interview and performance by <a href=\"https:\/\/www.thisisdeepseadiver.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Deep Sea Diver<\/a> at the I-5 Colonnade.\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=\"sounds-by-the-sound-episode-7\">\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\/fQvdtLHQtwI?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\/fQvdtLHQtwI?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\">Sea-Tac (Sub Pop)<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Episode seven features live performances by\u00a0<a href=\"https:\/\/tenderlovingempire.com\/collections\/sisters?srsltid=AfmBOopH94JPNgox08Qzjd6-JQm9oYdOEb3SJ5S32Y16Kln1M9yHl_EW\" target=\"_blank\" rel=\"noopener noreferrer\">Sisters<\/a>\u00a0at the Hotel Max Artist Loft, an interview with rock photographer\u00a0<a href=\"http:\/\/www.charlespeterson.net\/\" target=\"_blank\" rel=\"noopener noreferrer\">Charles Peterson<\/a>, and an interview and performances by\u00a0<a href=\"https:\/\/breadnbutter.bandcamp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Bread &amp; Butter<\/a> at <span class=\"s1\">Frolik Kitchen <\/span><span class=\"s2\">+<\/span> <span class=\"s3\">Cocktails<\/span>. Andy also heads to Sea-Tac to visit the Sub Pop Airport Store.<img loading=\"lazy\" decoding=\"async\" src=\"\/\/cs.yieldoptimizer.com\/cs\/c?a=2207&amp;cpid=3233&amp;\" alt=\"\" width=\"1\" height=\"1\" \/>\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=\"episode-8\">\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\/OBEhXezuUD0?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\/OBEhXezuUD0?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\">Killer Views<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Episode eight shows off one of the iconic views of Seattle, as Andy heads to Kerry Park on Queen Anne Hill. The episode also features an interview with Mike Hadreas, A.K.A.\u00a0<a href=\"https:\/\/perfumegenius.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Perfume Genius<\/a> at Kubota Garden, and performances by <a href=\"http:\/\/www.rockyvotolato.com\" target=\"_blank\" rel=\"noopener noreferrer\">Rocky Votolato<\/a> at the UW Waterfront Activities Center.\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=\"sounds-by-the-sound-season-2-episode-1\">\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\/d65T260rEWA?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\/d65T260rEWA?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\">Breaking Young Talent<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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 season 2 premiere focuses on the youth movement in Seattle music, featuring 15-year-old guitar virtuoso\u00a0<a href=\"http:\/\/www.caspiancoberly.com\" target=\"_blank\" rel=\"noopener noreferrer\">Caspian Coberly<\/a>\u00a0with W16\u00a0<a href=\"http:\/\/garfieldhs.seattleschools.org\" target=\"_blank\" rel=\"noopener noreferrer\">Garfield High School<\/a>, \u00a0<a href=\"https:\/\/www.facebook.com\/thepinkslips\/\" target=\"_blank\" rel=\"noopener noreferrer\">The Pink Slips<\/a> at the <a href=\"https:\/\/www.pacificsciencecenter.org\" target=\"_blank\" rel=\"noopener noreferrer\">Pacific Science Center<\/a> and the <a href=\"http:\/\/theveraproject.org\" target=\"_blank\" rel=\"noopener noreferrer\">Vera Project<\/a>, and The Presidents of the United States of America\u2019 Chris Ballew as <a href=\"http:\/\/www.babypantsmusic.com\" target=\"_blank\" rel=\"noopener noreferrer\">Caspar Babypants<\/a>, at <a href=\"http:\/\/www.mcphee.com\" target=\"_blank\" rel=\"noopener noreferrer\">Archie McPhee<\/a>.\r\n\r\n<img loading=\"lazy\" decoding=\"async\" src=\"\/\/cs.yieldoptimizer.com\/cs\/c?a=2207&amp;cpid=3233&amp;\" alt=\"\" width=\"1\" height=\"1\" \/>\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=\"season-2-episode-2\">\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\/7Ln93l4H4d0?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\/7Ln93l4H4d0?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\">Where Music is Made<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Andy goes behind the scenes to find out where Seattle music is made. This episode features live performances and interviews with\u00a0<a href=\"https:\/\/www.ayronjonesmusic.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Ayron Jones and The Way<\/a>\u00a0at\u00a0<a href=\"https:\/\/columbiacitytheater.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Columbia City Theater<\/a>, plus\u00a0<a href=\"https:\/\/twitter.com\/AngellJeff\" target=\"_blank\" rel=\"noopener noreferrer\">Jeff Angell<\/a>\u00a0at\u00a0<a href=\"http:\/\/www.robertlangstudios.com\" target=\"_blank\" rel=\"noopener noreferrer\">Robert Lang Studios<\/a>, as well as an interview with the\u00a0<a href=\"http:\/\/www.seattledrumschool.com\" target=\"_blank\" rel=\"noopener noreferrer\">Seattle Drum School<\/a>\u00a0Bob Lovelace.<img loading=\"lazy\" decoding=\"async\" src=\"\/\/cs.yieldoptimizer.com\/cs\/c?a=2207&amp;cpid=3233&amp;\" alt=\"\" width=\"1\" height=\"1\" \/>\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=\"season-2-episode-3\">\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\/hJ70PqEl1Ds?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\/hJ70PqEl1Ds?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\">Historic Music Venues<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Seattle\u2019s historic music venues are showcased in Episode Three, featuring\u00a0<a href=\"http:\/\/www.bandinseattle.com\/artist\/the-young-evils\/\" target=\"_blank\" rel=\"noopener noreferrer\">The Young Evils<\/a>\u00a0at\u00a0<a href=\"https:\/\/visitseattle.org\/neighborhoods\/west-seattle\/\" target=\"_blank\" rel=\"noopener noreferrer\">West Seattle&#8217;s<\/a>\u00a0<a href=\"http:\/\/easystreetonline.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Easy Street Records<\/a>\u00a0and\u00a0<a href=\"http:\/\/twitter.com\/clemmrishad\/\" target=\"_blank\" rel=\"noopener noreferrer\">Clemm Rishad<\/a>\u00a0at\u00a0<a href=\"http:\/\/www.thecrocodile.com\/\">The\u00a0Crocodile<\/a>. Plus,\u00a0former Guns N\u2019 Roses bassist <a href=\"http:\/\/www.duffonline.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Duff McKagan<\/a> talks with Andy at the <a href=\"http:\/\/www.stgpresents.org\/moore\/\" target=\"_blank\" rel=\"noopener noreferrer\">Moore Theatre<\/a> about growing up in the Seattle music scene.\r\n\r\n<img loading=\"lazy\" decoding=\"async\" src=\"\/\/cs.yieldoptimizer.com\/cs\/c?a=2207&amp;cpid=3233&amp;\" alt=\"\" width=\"1\" height=\"1\" \/>\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=\"season-2-episode-4\">\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\/nHdQxGYHiMg?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\/nHdQxGYHiMg?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\">Food, Drink &#038; Music<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Seattle loves music, food, and drink, and this episode showcases all three with live performances and interviews with\u00a0<a href=\"https:\/\/eversoandroid.bandcamp.com\/track\/last-call\" target=\"_blank\" rel=\"noopener noreferrer\">Ever So Android<\/a> in\u00a0<a href=\"http:\/\/www.caffevita.com\" target=\"_blank\" rel=\"noopener noreferrer\">Caff\u00e9 Vita&#8217;s<\/a>\u00a0bean room, plus <a href=\"http:\/\/www.maiahmanser.com\" target=\"_blank\" rel=\"noopener noreferrer\">Maiah Manser<\/a> at <a href=\"http:\/\/www.thecarlile.com\" target=\"_blank\" rel=\"noopener noreferrer\">The Carlile Room<\/a>. Andy also catches up with restaurateur Andrew Friedman at <a href=\"http:\/\/www.libertybars.com\" target=\"_blank\" rel=\"noopener noreferrer\">Liberty Bar<\/a> on Capitol Hill.\r\n\r\n<img loading=\"lazy\" decoding=\"async\" src=\"\/\/cs.yieldoptimizer.com\/cs\/c?a=2207&amp;cpid=3233&amp;\" alt=\"\" width=\"1\" height=\"1\" \/>\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=\"season-2-episode-5\">\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\/t1NvNFtcF0E?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\/t1NvNFtcF0E?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\">Women in Music<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Women have always been a huge part of Seattle\u2019s music scene. Check out\u00a0<a href=\"https:\/\/open.spotify.com\/artist\/57Pca8EEDR4oz3yx9OjHhi\" target=\"_blank\" rel=\"noopener noreferrer\">Shaprece<\/a> performing live from inside the\u00a0<a href=\"http:\/\/seattlegreatwheel.com\" target=\"_blank\" rel=\"noopener noreferrer\">Seattle Great Wheel<\/a>, and <a href=\"http:\/\/katiekatemusic.com\" target=\"_blank\" rel=\"noopener noreferrer\">Katie Kate<\/a> performing at the\u00a0<a href=\"http:\/\/www.seattleartmuseum.org\" target=\"_blank\" rel=\"noopener noreferrer\">Seattle Art Museum<\/a>. Andy also talks with Kristin Ebeling at <a href=\"http:\/\/www.alltogetherskatepark.com\" target=\"_blank\" rel=\"noopener noreferrer\">All Together Skatepark<\/a> about the <a href=\"http:\/\/www.skatelikeagirl.com\" target=\"_blank\" rel=\"noopener noreferrer\">Skate Like A Girl<\/a> program.\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=\"season-2-episode-6\">\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\/GaynSzTFkVo?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\/GaynSzTFkVo?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\">Music &#038; Tech<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  This episode focuses on Seattle\u2019s blend of music and tech, with performances by\u00a0<a href=\"http:\/\/willjordanmusic.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Will Jordan<\/a> at the <a href=\"http:\/\/www.mohai.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Museum of History and Industry (MOHAI)<\/a> and\u00a0<a href=\"https:\/\/spekulation.bandcamp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Spekulation<\/a> at the Living Computer Museum. Andy also chats with sound engineer <a href=\"http:\/\/cargocollective.com\/scntfc\" target=\"_blank\" rel=\"noopener noreferrer\">Andy Rohrman<\/a> about creating music for video games, ads and movies.\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=\"season-2-episode-7\">\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\/AmTpIateIq0?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\/AmTpIateIq0?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\">Labeled in Seattle<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Bands on Seattle\u2019s independent music labels get the spotlight in this episode. <a href=\"http:\/\/www.hardlyart.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Hardly Art<\/a> artist <a href=\"http:\/\/tacocatdotcom.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Tacocat<\/a> performs live and talks with Andy at the <a href=\"http:\/\/www.seattleaquarium.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Seattle Aquarium<\/a>, and <a href=\"http:\/\/www.barsuk.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Barsuk Records<\/a> artist <a href=\"http:\/\/www.facebook.com\/hibouband\/\" target=\"_blank\" rel=\"noopener noreferrer\">Hibou<\/a>\u00a0(Peter Michel) plays the <a href=\"http:\/\/www.westlanddistillery.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Westland Distillery<\/a> and discusses how he grew up through touring.\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=\"season-2-episode-8\">\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\/stiySV2sBEE?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\/stiySV2sBEE?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\">Beyond Grunge<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Seattle is much more than grunge. This episode features two artists who represent the growing diversity of Seattle music. Soul singer\u00a0<a href=\"http:\/\/www.allenstone.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Allen Stone<\/a>\u00a0performs live while riding the <a href=\"http:\/\/www.seattlemonorail.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Seattle Monorail<\/a>. And rising hip-hop artist, <a href=\"http:\/\/www.solsays.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Sol<\/a>, performs and talks to Andy at the <a href=\"http:\/\/www.museumofflight.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Museum of Flight<\/a>.\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=\"season-3-episode-1-2\">\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\/ACkk5bNWyY0 ?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\/ACkk5bNWyY0 ?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&#8217;s Hollywood Connection<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  This episode celebrates film and music. We head to\u00a0<a href=\"http:\/\/www.siff.net\/cinema\/cinema-venues\/siff-cinema-egyptian\" target=\"_blank\" rel=\"noopener noreferrer\">SIFF Cinema Egyptian<\/a>\u00a0for a performance by <a href=\"http:\/\/ravennawoods.net\/\" target=\"_blank\" rel=\"noopener noreferrer\">Ravenna Woods<\/a>.Then we head to\u00a0<a href=\"http:\/\/www.twedescafe.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Twede\u2019s Caf\u00e9<\/a>, from the TV show \u201c<em>Twin Peaks\u201d <\/em>for a set from<em>\u00a0<\/em><a href=\"http:\/\/www.iskadhaaf.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Iska Dhaaf<\/a>. And we\u2019ll get scary at <a href=\"https:\/\/www.mopop.org\/\">MoPOP<\/a>&#8216;s horror exhibit, \u201cCan\u2019t Look Away: the Lure of Horror Film.\u201d\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=\"season-3-episode-2\">\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\/IBlegkVwstU?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\/IBlegkVwstU?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\">Pacific Rim<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Seattle has long been influenced by Pacific Rim culture. In this episode, we head to the\u00a0<a href=\"http:\/\/www.wingluke.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Wing Luke Museum<\/a>\u00a0for a tour of their Bruce Lee exhibit, as well as a performance by <a href=\"http:\/\/khingz.bandcamp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Khingz<\/a> and <a href=\"https:\/\/www.facebook.com\/jenkinsmessiah\/\" target=\"_blank\" rel=\"noopener noreferrer\">Massiah<\/a>.\u00a0Then it\u2019s\u00a0<a href=\"http:\/\/tangerineband.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Tangerine<\/a> playing live at\u00a0<a href=\"http:\/\/www.seattlecenter.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Seattle Center\u2019s<\/a> International Fountain.\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=\"season-3-episode-3\">\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\/zZhBPpVxNl8?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\/zZhBPpVxNl8?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\">Higher Learning<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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, we\u2019ll see a performance from\u00a0<a href=\"http:\/\/manateecommune.bandcamp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Manatee Commune<\/a> amidst the iconic cherry blossoms on the <a href=\"http:\/\/www.washington.edu\/\" target=\"_blank\" rel=\"noopener noreferrer\">University of Washington<\/a> campus.\u00a0We\u2019ll also experience some of Seattle\u2019s more unique school culture with a visit to <a href=\"http:\/\/emeraldcitytrapeze.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Emerald City Trapeze Arts<\/a> and a performance by the band <a href=\"http:\/\/www.facebook.com\/craterbabes\/\" target=\"_blank\" rel=\"noopener noreferrer\">Crater<\/a>.\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=\"season-3-episode-4\">\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\/EJlpUV8Sqg4?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\/EJlpUV8Sqg4?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\">That Seattle Style<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Seattle\u2019s fashion scene takes center stage in this episode. We head to Fremont\u2019s\u00a0<a href=\"http:\/\/www.pipeandrow.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Pipe and Row<\/a> for a performance by <a href=\"https:\/\/www.facebook.com\/MASZERband\/\" target=\"_blank\" rel=\"noopener noreferrer\">MASZER<\/a>, plus <a href=\"http:\/\/www.ryancaraveo.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Ryan Caraveo<\/a> inside Seattle\u2019s <a href=\"https:\/\/www.facebook.com\/DoTheExtraordinaryOfficial\/\" target=\"_blank\" rel=\"noopener noreferrer\">Do The Extraordinary<\/a> clothing store. And we check out <a href=\"http:\/\/sneakerwarz.net\/\" target=\"_blank\" rel=\"noopener noreferrer\">Sneaker Warz<\/a> Unity Expo and fashion collaborative <a href=\"http:\/\/www.prairieunderground.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Prairie Underground<\/a>.\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=\"season-3-episode-5\">\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\/w6EEe3AwkXI?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\/w6EEe3AwkXI?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\">Game On: Sports in Seattle<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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, music collides with the Seattle sports scene.\u00a0<a href=\"http:\/\/robertdelong.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Robert DeLong<\/a> performs at Safeco Field, and\u00a0<a href=\"http:\/\/www.facebook.com\/TheHollersMusic\/\" target=\"_blank\" rel=\"noopener noreferrer\">The Hollers<\/a>\u00a0play live at the <a href=\"http:\/\/www.seattleboxinggym.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Seattle Boxing Gym<\/a>.\u00a0And host Andy Harms chats up Seattle\u2019s biggest sports stars to see which teammates have the best \u2013 and worst \u2013 taste in music.\r\n\r\n&nbsp;\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=\"season-3-episode-7\">\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\/5QZPH7Q0sRc?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\/5QZPH7Q0sRc?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\">KEXP: A Seattle Icon<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  We pay tribute to the musical heartbeat of Seattle: commercial-free radio station, KEXP. We\u2019ll see Seattle bands\u00a0<a href=\"https:\/\/www.facebook.com\/TheCaveSingers\/\" target=\"_blank\" rel=\"noopener noreferrer\">The Cave Singers<\/a> and <a href=\"http:\/\/www.beatconnection.co\/\" target=\"_blank\" rel=\"noopener noreferrer\">Beat Connection<\/a>\u00a0performing in and around <a href=\"http:\/\/www.kexp.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">KEXP\u2019s<\/a> stunning new home, plus KEXP artists and DJs talk about what fuels Seattle\u2019s vibrant music community.\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=\"season-4-episode-1\">\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\/nzDEqz6tF-s?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\/nzDEqz6tF-s?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\">On The Water<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  If there\u2019s one thing that defines Seattle as much as its music, it\u2019s the water. In this episode, the water is our backdrop, starting with a trip across Elliott Bay to West Seattle for an energetic, waterfront performance from <a href=\"https:\/\/www.facebook.com\/FaunaShade\/\" target=\"_blank\" rel=\"noopener noreferrer\">Fauna Shade<\/a> on the patio of <a href=\"http:\/\/marinationmobile.com\/#about\" target=\"_blank\" rel=\"noopener noreferrer\">Marination Ma Kai<\/a>. Then we take a ride on a <a href=\"http:\/\/www.wsdot.wa.gov\/ferries\/\" target=\"_blank\" rel=\"noopener noreferrer\">Washington State Ferry<\/a> under dramatic storm clouds for a performance from \u201cSeattle\u2019s smoothest rapper,\u201d <a href=\"https:\/\/soundcloud.com\/davebmusic\" target=\"_blank\" rel=\"noopener noreferrer\">Dave B<\/a>.\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=\"season-4-episode-3\">\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\/eL-bAASmvxk?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\/eL-bAASmvxk?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\">Offbeat Seattle<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  Seattle isn\u2019t Seattle without its quirkiness. It\u2019s the little offbeat things that make this city a truly unique place. In this episode, we\u2019ll take a closer look at the unorthodox. We\u2019ll catch up with the band Pillar Point at Oxbow Park, home of the famed Hat &#8216;n&#8217; Boot. From there, we\u2019ll investigate the wonders of the Mystery Soda Machine in Capitol Hill. Then we\u2019ll head to the Pinball Museum in the Chinatown-International District to meet up with The Fame Riot, a group that embodies Seattle\u2019s unconventional style and spirit.\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=\"pike-place-market\">\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\/LeNlUQNaJdo?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\/LeNlUQNaJdo?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\">Pike Place Market<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  <a href=\"http:\/\/pikeplacemarket.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Pike Place Market<\/a> is a bustling hot bed for farm fresh food, cocktails and communing with Seattle\u2019s visitors. First, we\u2019ll check out <a href=\"https:\/\/soundcloud.com\/romarofranceswa\" target=\"_blank\" rel=\"noopener noreferrer\">Romaro Franceswa<\/a> performing at nearby Victor Steinbrueck Park. Then we\u2019ll hit the famous <a href=\"https:\/\/www.pikeplacemarket.org\/vendor\/daily-dozen-doughnut-company\/\" target=\"_blank\" rel=\"noopener noreferrer\">Daily Dozen Doughnuts<\/a>. On to the <a href=\"http:\/\/www.hardrock.com\/cafes\/seattle\/\" target=\"_blank\" rel=\"noopener noreferrer\">Hard Rock Caf\u00e9<\/a> to hear <a href=\"https:\/\/killerghost.bandcamp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Killer Ghost<\/a>, and no market trip is complete without a trip to <a href=\"http:\/\/www.goldenagecollectables.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Golden Age Collectibles<\/a>. Lastly, we\u2019ll turn an ear towards the market\u2019s ever present buskers.\r\n\r\n\u201cSounds by the Sound\u201d is a\u00a0weekly half-hour show exploring Seattle\u2019s legendary music scene\u00a0filmed in some of the city\u2019s most unique and scenic locations. With live music performances, exclusive interviews and behind-the-scenes looks at noteworthy destinations and attractions \u2013 \u201cSounds by the Sound\u201d is a travel guide to the sights and sounds of Seattle.\r\n\r\nVISITSEATTLE.tv is an entirely new content channel, full of short films and long-form series celebrating the sights, sounds, and textures of Seattle.\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=\"the-great-outdoors\">\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\/MvC-zM_Fey8?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\/MvC-zM_Fey8?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\">The Great Outdoors<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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 Seattle music scene is often inspired by the beautiful natural setting that surrounds the city. This week on Sounds By The Sound we head to the great outdoors with performances from <a href=\"https:\/\/dexamoramusic.bandcamp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Dex Amora<\/a> at Alki Beach, and <a href=\"http:\/\/www.scarletparke.com\" target=\"_blank\" rel=\"noopener noreferrer\">Scarlet Parke<\/a> at Crystal Mountain near Mount Rainier.\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=\"mashup\">\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\/9FbGpeBKubo?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\/9FbGpeBKubo?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\">Mashup<\/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\/sounds-by-the-sound\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSounds By The Sound\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  It\u2019s all about collaborations on this week\u2019s episode of Sounds by the Sound. We\u2019ll pair artists together for the first time to create some truly innovative sounds. Hip-\u00ad\u2010hop fusion band <a href=\"https:\/\/twitter.com\/cosmostheband\" target=\"_blank\" rel=\"noopener noreferrer\">Cosmos<\/a> teams up with <a href=\"https:\/\/soundcloud.com\/parisalexa\" target=\"_blank\" rel=\"noopener noreferrer\">ParisAlexa\u2019s<\/a> passionate vocals for a unique performance at Rainier Glass Studio. Then we\u2019ll embark on an <a href=\"http:\/\/www.argosycruises.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Argosy Cruise<\/a> in Lake Union with violinist\/songwriter <a href=\"http:\/\/www.andrewjoslynmusic.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Andrew Joslyn<\/a> and Grammy nominee <a href=\"http:\/\/www.willjordanmusic.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Will Jordan<\/a> for a breathtaking experience on the water. Be prepared for something completely different.\r\n\r\n&#8220;Sounds by the Sound\u201d is a weekly half-\u00ad\u2010hour show exploring Seattle\u2019s legendary music scene filmed in some of the city\u2019s most unique and scenic locations. With live music performances, exclusive interviews and behind-\u00ad\u2010the-\u00ad\u2010scenes looks at noteworthy destinations and attractions \u2013 \u201cSounds by the Sound\u201d is a travel guide to the sights and sounds of Seattle.\r\n\r\nVISITSEATTLE.tv is an entirely new content channel, full of short films and long-\u00ad\u2010form series celebrating the sights, sounds, and textures of Seattle.\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_f9149d438832ad1db36293370ffd89fb\" 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-26 series-slider-thumbnail-container-block_f9149d438832ad1db36293370ffd89fb\">\r\n\t\t  \t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"sounds-by-the-sound-episode-1\">\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\/2015\/10\/03032547\/CenturyLink_Field_101_mp4-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  Lumen Field\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=\"sounds-by-the-sound-episode-2\">\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\/2015\/10\/09034237\/Ep2_Chihuly_103_FINAL_mp4-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  Art + Music\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=\"sounds-by-the-sound-episode-4\">\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\/2015\/10\/24000022\/SBTS_GrizzledMighty_NeedYouTonight_mp4-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  Bumbershoot\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=\"episode-5\">\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\/2015\/10\/21225540\/SBTS_BrothersFromAnother_FunkWithUs_mp4-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  Landmarks\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=\"sounds-by-the-sound-episode-6\">\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\/2015\/11\/07010054\/Episode6-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  Underground\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=\"sounds-by-the-sound-episode-7\">\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\/2015\/11\/09120353\/SBTS_Episode7_Trailer_mp4-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  Sea-Tac (Sub Pop)\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=\"episode-8\">\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\/2015\/11\/16232816\/SBTS_Episode8_KerryPark_mp4-2-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  Killer Views\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=\"sounds-by-the-sound-season-2-episode-1\">\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\/2016\/01\/29051052\/SBTS_S2E1_MusicalYouth_mp4-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  Breaking Young Talent\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=\"season-2-episode-2\">\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\/2016\/02\/03100626\/S2E2-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  Where Music is Made\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=\"season-2-episode-3\">\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\/2016\/02\/12034119\/SBTS_S2E3_HistoricMusicVenues_mp4-3-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  Historic Music Venues\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=\"season-2-episode-4\">\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\/2016\/02\/23025353\/SBTS_S2E4-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  Food, Drink &#038; Music\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=\"season-2-episode-5\">\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\/2016\/03\/03031639\/SBTS_S2E4_WomenMusic-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  Women in Music\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=\"season-2-episode-6\">\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\/2016\/03\/11020303\/SBTS_S2E6_MusicAndTech_mp4-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  Music &#038; Tech\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=\"season-2-episode-7\">\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\/2016\/03\/21170014\/SBTS_207_031516_FINAL-HD_mp4-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  Labeled in Seattle\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=\"season-2-episode-8\">\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\/2016\/03\/22070748\/Allen-Stone-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  Beyond Grunge\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=\"season-3-episode-1-2\">\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\/2016\/04\/29095112\/season-3-episode-1-450x300.png\" 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&#8217;s Hollywood Connection\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=\"season-3-episode-2\">\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\/2016\/05\/09170011\/episode-2-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  Pacific Rim\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=\"season-3-episode-3\">\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\/2016\/05\/16073222\/episode-31-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  Higher Learning\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=\"season-3-episode-4\">\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\/2016\/05\/23044155\/Maszer11-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  That Seattle Style\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=\"season-3-episode-5\">\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\/2016\/06\/02083001\/episode-51-e1474473768781-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  Game On: Sports in Seattle\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=\"season-3-episode-7\">\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\/2016\/06\/17060027\/episode-7-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  KEXP: A Seattle Icon\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=\"season-4-episode-1\">\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\/2016\/08\/12034144\/Season-4-Episode-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  On The Water\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=\"season-4-episode-3\">\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\/2016\/08\/30031618\/Screen-Shot-2016-08-29-at-8.17.16-PM-450x300.png\" 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  Offbeat Seattle\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=\"pike-place-market\">\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\/2016\/09\/05073752\/ppm_404-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  Pike Place Market\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=\"the-great-outdoors\">\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\/2016\/10\/26044603\/SBTS_S5E1_GreatOutdoors_mov-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  The Great Outdoors\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=\"mashup\">\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\/2016\/12\/05051701\/S5E6-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  Mashup\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_f9149d438832ad1db36293370ffd89fb').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_f9149d438832ad1db36293370ffd89fb\",\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_f9149d438832ad1db36293370ffd89fb').on('init reInit afterChange', function() {\r\n\tupdateSlickDotsAccessibility();\r\n\tcleanSlickDotsAccessibility();\r\n  });\r\n\r\n  jQuery('.series-slider-thumbnail-container-block_f9149d438832ad1db36293370ffd89fb').not('.slick-initialized').slick({\r\n\tarrows: false,\r\n\tcenterPadding: \"0px\",\r\n\tvertical: true,\r\n\tdots: false,\r\n\tslidesToShow: 26,\r\n\tinfinite: true,\r\n\tautoplay: false,\r\n\tasNavFor: \".series-slider-container-block_f9149d438832ad1db36293370ffd89fb\",\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_f9149d438832ad1db36293370ffd89fb');\r\n\r\n\t\tresumeIndex = $('.series-slider-container-block_f9149d438832ad1db36293370ffd89fb').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_f9149d438832ad1db36293370ffd89fb .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_f9149d438832ad1db36293370ffd89fb\").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_f9149d438832ad1db36293370ffd89fb\").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_0b4e0b15fdafb449020e272f752bf230\"  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:\/\/www.mopop.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\/2018\/01\/26104059\/MoPOP-450x300.jpg\" alt=\"A modern, abstract building with a wavy, metallic exterior in silver and vibrant pink hues, set against a partly cloudy sky. People are walking in front of the building.\" >\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                    MoPOP                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Seattle Center                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      mopop.org                    <\/p>\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.lumenfield.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\/11\/24104327\/Sounders-450x300.jpg\" alt=\"A wide-angle view of a soccer stadium during a match, with players on a green field. The stands are filled with spectators, and a large arching roof covers the stadium. The sky is partly cloudy.\" >\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                    Lumen Field                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      SoDo                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      lumenfield.com                    <\/p>\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.chihulygardenandglass.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\/2017\/02\/13112845\/NH_ChihulyGlasshouse_SpaceNeedle_V-450x300.jpg\" alt=\"A view of the Space Needle seen through a glass ceiling adorned with vibrant red and yellow glass flowers, set against a clear blue sky.\" >\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                    Chihuly Garden and Glass                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Seattle Center                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      chihulygardenandglass.com                    <\/p>\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:\/\/waterfrontparkseattle.org\/pier-62\/\">\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\/08113722\/Waterfront-Pier62_creditStuMullenberg_web-450x300.jpg\" alt=\"two blue folding chairs and a yellow folding table on a wooden pier with the Seattle skyline 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                    Pier 62                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Seattle Waterfront                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      waterfrontparkseattle.org\/pier-62                    <\/p>\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.georgetownseattle.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\/2015\/03\/GeorgetownHatnBoots_DavidNewman-450x300.jpg\" alt=\"Georgetown Hat and Boots\" >\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                    Georgetown                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Georgetown                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      georgetownseattle.org                    <\/p>\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.seattle.gov\/parks\/allparks\/gas-works-park\">\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\/02\/16111313\/Liu-Nian_456-450x300.jpg\" alt=\"groups of people lounging in the grass with the steampunk-esque towers of Gas Works Park rise in the distance, the waters of Lake Union beyond.\" >\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                    Gas Works Park                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Fremont                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      seattle.gov\/parks                    <\/p>\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_0b4e0b15fdafb449020e272f752bf230\");\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_0b4e0b15fdafb449020e272f752bf230 .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_0dc9641904844c894749278fa1b12be9\"  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\/videos\/sir-mix-a-lot-posse-on-broadway\/\">\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\/03\/12114414\/mix-450x300.jpg\" alt=\"A person wearing a hat and puffy jacket stands on a hill, facing away and overlooking a cityscape at dusk. The background features blurred city lights and a bridge under a colorful evening sky.\" >\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                    Posse on Broadway by Sir Mix-A-Lot                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Music Genesis                    <\/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\/videos\/tacocat\/\">\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\/2018\/11\/29150332\/TacoCatBoat-450x300.jpg\" alt=\"Three people in colorful clothing are enjoying a canoe ride on a serene lake surrounded by greenery and lily pads. They appear happy, with one person paddling while the others relax and smile.\" >\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                    Tacocat                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Open Studio                    <\/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\/videos\/shabazz-palaces-tarik-abdullah\/\">\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\/12\/01064721\/RTT_104_FINAL_110917_V1_mov-450x300.jpg\" alt=\"A group of six smiling people stand together indoors. The two in the center wear aprons, and some of the others have &quot;Black &amp; Tan Hall&quot; on their shirts. They&#039;re posing happily, with one person making a peace sign.\" >\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                    Shabazz Palaces & Tarik Abdullah                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Turning Tables                    <\/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\/videos\/moondoggies\/\">\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\/2018\/08\/23092232\/Open-Studio_Moondoggies_thumbnail-450x300.png\" alt=\"Three people silhouetted against a sunset sky play instruments around a campfire on a beach. One strums a guitar, another plays a ukulele, and the third stands between them. The scene is peaceful with an ocean 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                    The Moondoggies                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Open Studio                    <\/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_0dc9641904844c894749278fa1b12be9\");\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_0dc9641904844c894749278fa1b12be9 .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_4391dab766f5fd82fcb558aeb651e84a\"  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\/things-to-do\/arts-culture\/top-arts-culture-things-to-do\/\">\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\/07\/06230801\/IMG_8754Colored-450x300.jpg\" alt=\"A museum gallery with green walls displaying various sculptures and artifacts in glass cases. The room is well-lit with ceiling lights, highlighting the artworks. The floor is dark and reflective, complementing the serene atmosphere.\" >\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                    Top Arts & Culture Things to Do                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Arts & Culture                    <\/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:\/\/cloudbreakmusicfest.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\/2023\/10\/18101450\/cb_smokeybrights11_tractor_mikermitchell-Mike-R-Mitchell-450x300.jpg\" alt=\"Two musicians perform on stage under colorful, psychedelic lighting. The person on the left plays a guitar while the person on the right sings into a microphone, wearing a patterned outfit. The background features vivid, abstract projections.\" >\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                    Cloudbreak Music Fest                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Event                    <\/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\/things-to-do\/arts-culture\/music-and-concerts\/where-the-music-happens\/\">\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\/10\/11145811\/MURDER-CITY-DEVIL-12.05.2021-THE-CROCODILE-3-450x300.jpg\" alt=\"A live band plays on stage at The Crocodile music venue. A crowd cheers along as colorful stage lights hit the performers.\" >\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                    Where The Music Happens                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Music                    <\/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_4391dab766f5fd82fcb558aeb651e84a\");\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_4391dab766f5fd82fcb558aeb651e84a .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":158040,"parent":371419,"menu_order":9,"comment_status":"closed","ping_status":"closed","template":"template-gutenberg.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-385244","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>Sounds by the Sound - Visit Seattle<\/title>\n<meta name=\"description\" content=\"Explore Seattle\u2019s legendary music scene filmed in some of the city\u2019s most unique and scenic locations.\" \/>\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\/sounds-by-the-sound\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sounds by the Sound - Visit Seattle\" \/>\n<meta property=\"og:description\" content=\"Explore Seattle\u2019s legendary music scene filmed in some of the city\u2019s most unique and scenic locations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/\" \/>\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=\"2025-06-11T21:10:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/\",\"url\":\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/\",\"name\":\"Sounds by the Sound - Visit Seattle\",\"isPartOf\":{\"@id\":\"https:\/\/visitseattle.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg\",\"datePublished\":\"2022-11-30T17:25:07+00:00\",\"dateModified\":\"2025-06-11T21:10:57+00:00\",\"description\":\"Explore Seattle\u2019s legendary music scene filmed in some of the city\u2019s most unique and scenic locations.\",\"breadcrumb\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#primaryimage\",\"url\":\"https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg\",\"contentUrl\":\"https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg\",\"width\":1920,\"height\":1080,\"caption\":\"Bread & Butter on Sounds by the Sound | Photo: David Newman\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#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\":\"Sounds by the Sound\"}]},{\"@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":"Sounds by the Sound - Visit Seattle","description":"Explore Seattle\u2019s legendary music scene filmed in some of the city\u2019s most unique and scenic locations.","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\/sounds-by-the-sound\/","og_locale":"en_US","og_type":"article","og_title":"Sounds by the Sound - Visit Seattle","og_description":"Explore Seattle\u2019s legendary music scene filmed in some of the city\u2019s most unique and scenic locations.","og_url":"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/","og_site_name":"Visit Seattle","article_publisher":"https:\/\/www.facebook.com\/visitseattle","article_modified_time":"2025-06-11T21:10:57+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@visitseattle","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/","url":"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/","name":"Sounds by the Sound - Visit Seattle","isPartOf":{"@id":"https:\/\/visitseattle.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#primaryimage"},"image":{"@id":"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#primaryimage"},"thumbnailUrl":"https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg","datePublished":"2022-11-30T17:25:07+00:00","dateModified":"2025-06-11T21:10:57+00:00","description":"Explore Seattle\u2019s legendary music scene filmed in some of the city\u2019s most unique and scenic locations.","breadcrumb":{"@id":"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#primaryimage","url":"https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg","contentUrl":"https:\/\/uploads.visitseattle.org\/2015\/11\/14010055\/SBTS_Episode7_SeaTac_mp4-3.jpg","width":1920,"height":1080,"caption":"Bread & Butter on Sounds by the Sound | Photo: David Newman"},{"@type":"BreadcrumbList","@id":"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/#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":"Sounds by the Sound"}]},{"@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 11:31:15","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\/385244","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=385244"}],"version-history":[{"count":5,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/385244\/revisions"}],"predecessor-version":[{"id":470125,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/385244\/revisions\/470125"}],"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\/158040"}],"wp:attachment":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/media?parent=385244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}