{"id":168981,"date":"2024-06-25T10:58:05","date_gmt":"2024-06-25T09:58:05","guid":{"rendered":"https:\/\/musically.com\/?page_id=168981"},"modified":"2026-02-17T15:24:23","modified_gmt":"2026-02-17T15:24:23","slug":"publishing-summit","status":"publish","type":"page","link":"https:\/\/musically.com\/publishing-summit\/","title":{"rendered":"Music Ally Publishing Summit"},"content":{"rendered":"\n<div class=\"ps-header-container\">\n    <div class=\"ps-top-date\">\n        12<sup>th<\/sup> October 2026 | London\n    <\/div>\n<\/div>\n\n<style>\n    \/* Clean geometric font import *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400&display=swap');\n\n    .ps-header-container {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        display: flex;\n        justify-content: center;\n        padding-top: 30px;\n        z-index: 100;\n        pointer-events: none; \/* Keeps the header from interfering with any clicks below *\/\n    }\n\n    .ps-top-date {\n        font-family: 'Montserrat', 'Gotham', sans-serif;\n        color: #ffffff;\n        font-size: 18px;\n        font-weight: 300;\n        letter-spacing: 1px;\n        text-transform: none;\n    }\n\n    .ps-top-date sup {\n        font-size: 0.6em;\n        top: -0.5em;\n    }\n\n    \/* Simple fade-in to match the clean aesthetic *\/\n    .ps-top-date {\n        opacity: 0;\n        animation: simpleFadeIn 1s ease-out forwards;\n        animation-delay: 0.5s;\n    }\n\n    @keyframes simpleFadeIn {\n        from { opacity: 0; transform: translateY(-5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Mobile scaling *\/\n    @media (max-width: 768px) {\n        .ps-top-date {\n            font-size: 14px;\n            padding-top: 10px;\n        }\n    }\n<\/style>\n\n\n\n<div class=\"ps-nav-outer\">\n    <div class=\"ps-nav-inner\">\n        <a href=\"mailto:anthony@musically.com?subject=Interested in sponsoring Music Ally Publishing Summit\" class=\"ps-dynamic-link\">Sponsorship Opportunities<\/a>\n        <a href=\"https:\/\/musically.com\/publishing-summit\/music-ally-publishing-summit-2025-agenda\/\" target=\"_blank\" class=\"ps-dynamic-link\">2025 Agenda<\/a>\n    <\/div>\n<\/div>\n\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400&display=swap');\n\n    .ps-nav-outer {\n        position: fixed;\n        \/* Positioned slightly above the bar *\/\n        top: 110px; \n        left: 0;\n        width: 100%;\n        display: flex;\n        justify-content: center;\n        z-index: 100;\n        pointer-events: none;\n    }\n\n    .ps-nav-inner {\n        display: flex;\n        \/* CHANGED: Switched from flex-end to center *\/\n        justify-content: center; \n        gap: 40px; \/* Slightly wider gap for centered look *\/\n        pointer-events: auto;\n        \n        \/* Matching your desktop\/mobile container logic *\/\n        width: 18rem; \n        opacity: 0;\n        \n        animation: navFadeIn 1s ease-out forwards;\n        animation-delay: 1.2s; \n    }\n\n    .ps-dynamic-link {\n        font-family: 'Montserrat', sans-serif !important;\n        color: #18d9df !important; \n        text-decoration: none !important; \n        font-size: 13px !important;\n        letter-spacing: 0.8px !important;\n        white-space: nowrap !important;\n        \/* Smooth transition for the hover color *\/\n        transition: color 0.3s ease !important;\n        border: none !important;\n        background: none !important;\n    }\n\n    \/* CHANGED: Hover state now turns white *\/\n    .ps-dynamic-link:hover {\n        color: #ffffff !important;\n        text-decoration: none !important;\n    }\n\n    \/* DESKTOP ALIGNMENT *\/\n    @media (min-width: 1024px) {\n        .ps-nav-outer {\n            top: 100px; \n        }\n        .ps-nav-inner {\n            width: 35rem; \n        }\n        .ps-dynamic-link {\n            font-size: 14px !important;\n        }\n    }\n\n    @keyframes navFadeIn {\n        from { opacity: 0; transform: translateY(5px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n<\/style>\n\n\n\n<div class=\"aa-lamp-background\">\n    <div class=\"aa-lamp-mechanism\">\n        <div class=\"aa-lamp-pool\"><\/div>\n        <div class=\"aa-lamp-occlusion\"><\/div>\n        <div class=\"aa-lamp-bar\"><\/div>\n    <\/div>\n\n    <div class=\"aa-lamp-text-container\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" \n            src=\"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Publishing-Summit-website-2026.png?ssl=1\" \n            alt=\"Publishing Summit 2026\" \n            class=\"aa-lamp-logo\"\n        \/>\n    <\/div>\n<\/div>\n\n<style>\n    \/* 1. LAYOUT & POSITIONING *\/\n    body {\n        margin: 0 !important;\n        background-color: #000000 !important;\n    }\n\n    .aa-lamp-background {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100vw;\n        height: 100vh;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: flex-start; \n        background-color: #000000;\n        overflow: hidden;\n        z-index: 0;\n    }\n\n    .aa-lamp-mechanism {\n        position: relative;\n        width: 100%;\n        height: 400px; \n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-top: -50px; \n    }\n\n    \/* 2. THE LIGHT POOL *\/\n    .aa-lamp-pool {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, 0);\n        width: 0rem; \n        height: 35rem; \n        background-image: radial-gradient(\n            ellipse at 50% 0%, \n            rgba(0, 184, 184, 0.85) 0%, \n            rgba(0, 184, 184, 0.25) 50%, \n            transparent 80%\n        );\n        opacity: 0; \n        filter: blur(40px); \n        animation: poolExpandMobile 1.5s ease-out forwards;\n        animation-delay: 0.3s; \n    }\n\n    \/* 3. OCCLUSION *\/\n    .aa-lamp-occlusion {\n        position: absolute;\n        top: -200px;\n        left: 0;\n        width: 100%;\n        height: 50% + 200px;\n        bottom: 50%;\n        background: #000000;\n        z-index: 10;\n    }\n\n    \/* 4. GLOWING BAR *\/\n    .aa-lamp-bar {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        height: 3px; \n        background-color: #22d3ee; \n        width: 0rem;\n        opacity: 0;\n        box-shadow: 0 0 10px 2px #22d3ee, 0 0 30px 10px rgba(0, 184, 184, 0.7);\n        z-index: 20;\n        animation: barExpandMobile 1.5s ease-out forwards;\n        animation-delay: 0.3s; \n    }\n\n    \/* 5. LOGO CONTAINER - Nudged down slightly from -180px to -160px *\/\n    .aa-lamp-text-container {\n        position: relative;\n        z-index: 30;\n        margin-top: -160px; \n        text-align: center;\n        width: 100%;\n        display: flex;\n        justify-content: center;\n    }\n\n    .aa-lamp-logo {\n        max-width: 600px; \n        width: 80%; \n        height: auto;\n        opacity: 0;\n        transform: translateY(50px);\n        filter: drop-shadow(0 0 10px rgba(0, 184, 184, 0.8)) \n                drop-shadow(0 0 30px rgba(0, 184, 184, 0.4)); \n        animation: logoSlideUp 1s ease-out forwards;\n        animation-delay: 0.8s; \n    }\n\n    \/* --- RESPONSIVE ANIMATIONS --- *\/\n    @media (min-width: 1024px) {\n        .aa-lamp-pool {\n            animation: poolExpandDesktop 1.5s ease-out forwards !important;\n            animation-delay: 0.3s !important;\n        }\n        .aa-lamp-bar {\n            animation: barExpandDesktop 1.5s ease-out forwards !important;\n            animation-delay: 0.3s !important;\n        }\n    }\n\n    \/* --- KEYFRAMES --- *\/\n    @keyframes barExpandMobile {\n        0% { width: 0rem; opacity: 0; }\n        100% { width: 18rem; opacity: 1; }\n    }\n    @keyframes poolExpandMobile {\n        0% { width: 0rem; opacity: 0; }\n        100% { width: 18rem; opacity: 1; } \n    }\n    @keyframes barExpandDesktop {\n        0% { width: 0rem; opacity: 0; }\n        100% { width: 35rem; opacity: 1; }\n    }\n    @keyframes poolExpandDesktop {\n        0% { width: 0rem; opacity: 0; }\n        100% { width: 35rem; opacity: 1; }\n    }\n    @keyframes logoSlideUp {\n        0% { opacity: 0; transform: translateY(50px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n<\/style>\n\n\n\n<div class=\"ps-sponsors-section\">\n    <p class=\"ps-sponsors-title\">Previous Sponsors<\/p>\n    \n    <div class=\"ps-carousel-container\">\n        <div class=\"ps-carousel-track\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Logos-one.png?ssl=1\" alt=\"Sponsor Logos Set 1\" class=\"ps-sponsor-img\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Logos-two.png?ssl=1\" alt=\"Sponsor Logos Set 2\" class=\"ps-sponsor-img\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Logos-three.png?ssl=1\" alt=\"Sponsor Logos Set 3\" class=\"ps-sponsor-img\">\n            \n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Logos-one.png?ssl=1\" alt=\"Sponsor Logos Set 1\" class=\"ps-sponsor-img\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Logos-two.png?ssl=1\" alt=\"Sponsor Logos Set 2\" class=\"ps-sponsor-img\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Logos-three.png?ssl=1\" alt=\"Sponsor Logos Set 3\" class=\"ps-sponsor-img\">\n        <\/div>\n    <\/div>\n<\/div>\n\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300&display=swap');\n\n    .ps-sponsors-section {\n        position: fixed;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        padding-bottom: 30px; \n        background: transparent;\n        z-index: 80;\n        text-align: center;\n        opacity: 0;\n        animation: sponsorsFadeUp 1s ease-out forwards;\n        animation-delay: 1.5s;\n    }\n\n    .ps-sponsors-title {\n        font-family: 'Montserrat', sans-serif;\n        color: #ffffff;\n        font-size: 13px;\n        font-weight: 300;\n        letter-spacing: 1.5px;\n        \/* THE FIX: Nudged down from 60px to 35px *\/\n        margin-bottom: 35px; \n        text-transform: none;\n    }\n\n    .ps-carousel-container {\n        width: 100%;\n        overflow: hidden;\n        white-space: nowrap;\n        position: relative;\n    }\n\n    \/* Premium edge gradients *\/\n    .ps-carousel-container::before,\n    .ps-carousel-container::after {\n        content: \"\";\n        position: absolute;\n        top: 0;\n        width: 100px;\n        height: 100%;\n        z-index: 2;\n        pointer-events: none;\n    }\n    \n    .ps-carousel-container::before {\n        left: 0;\n        background: linear-gradient(to right, #000000 0%, transparent 100%);\n    }\n    \n    .ps-carousel-container::after {\n        right: 0;\n        background: linear-gradient(to left, #000000 0%, transparent 100%);\n    }\n\n    .ps-carousel-track {\n        display: inline-flex;\n        align-items: center;\n        width: max-content;\n        animation: scrollCarousel 45s linear infinite;\n    }\n\n    .ps-sponsor-img {\n        height: 40px;\n        width: auto;\n        margin: 0 15px;\n        filter: none !important;\n    }\n\n    @keyframes scrollCarousel {\n        0% { transform: translateX(0); }\n        100% { transform: translateX(-50%); }\n    }\n\n    @keyframes sponsorsFadeUp {\n        from { opacity: 0; transform: translateY(20px); }\n        to { opacity: 1; transform: translateY(0); }\n    }\n\n    @media (max-width: 768px) {\n        .ps-sponsor-img {\n            height: 28px;\n            margin: 0 10px;\n        }\n        .ps-sponsors-title {\n            font-size: 11px;\n            margin-bottom: 20px; \n        }\n    }\n<\/style>\n\n\n\n<div style=\"height:43px\" aria-hidden=\"true\" class=\"wp-block-spacer block-visibility-hide-small-screen\"><\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>12th October 2026 | London Sponsorship Opportunities 2025 Agenda Previous Sponsors Monday 13th October 2025Kings Place, London Partner Sponsors: Support Sponsors: Lanyard sponsor: Drinks Reception Sponsors: For corporate group discounts [&hellip;]<\/p>\n","protected":false},"author":27883,"featured_media":263097,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"no-header-footer.php","meta":{"content-type":"","newspack_ads_suppress_ads":false,"newspack_popups_has_disabled_popups":false,"newspack_sponsor_sponsorship_scope":"","newspack_sponsor_native_byline_display":"inherit","newspack_sponsor_native_category_display":"inherit","newspack_sponsor_underwriter_style":"inherit","newspack_sponsor_underwriter_placement":"inherit","_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"newspack_content_restriction_is_exempt":false,"newspack_featured_image_position":"hidden","newspack_hide_page_title":true,"newspack_show_share_buttons":false,"footnotes":""},"newspack_spnsrs_tax":[],"coauthors":[23035],"class_list":["post-168981","page","type-page","status-publish","has-post-thumbnail","hentry","entry"],"parsely":{"version":"1.1.0","canonical_url":"https:\/\/musically.com\/publishing-summit\/","smart_links":{"inbound":0,"outbound":0},"traffic_boost_suggestions_count":0,"meta":{"@context":"https:\/\/schema.org","@type":"WebPage","headline":"Music Ally Publishing Summit","url":"http:\/\/musically.com\/publishing-summit\/","mainEntityOfPage":{"@type":"WebPage","@id":"http:\/\/musically.com\/publishing-summit\/"},"thumbnailUrl":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Publishing-Summit-2026.png?resize=150%2C150&ssl=1","image":{"@type":"ImageObject","url":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Publishing-Summit-2026.png?fit=1366%2C768&ssl=1"},"articleSection":"Uncategorized","author":[{"@type":"Person","name":"Music Ally"}],"creator":["Music Ally"],"publisher":{"@type":"Organization","name":"Music Ally","logo":"https:\/\/musically.com\/wp-content\/uploads\/2023\/01\/MUSIC-ALLY-NEW-LOGO-2020.png"},"keywords":[],"dateCreated":"2024-06-25T09:58:05Z","datePublished":"2024-06-25T09:58:05Z","dateModified":"2026-02-17T15:24:23Z"},"rendered":"<script type=\"application\/ld+json\" class=\"wp-parsely-metadata\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"WebPage\",\"headline\":\"Music Ally Publishing Summit\",\"url\":\"http:\\\/\\\/musically.com\\\/publishing-summit\\\/\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/musically.com\\\/publishing-summit\\\/\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/musically.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Publishing-Summit-2026.png?resize=150%2C150&ssl=1\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/musically.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Publishing-Summit-2026.png?fit=1366%2C768&ssl=1\"},\"articleSection\":\"Uncategorized\",\"author\":[{\"@type\":\"Person\",\"name\":\"Music Ally\"}],\"creator\":[\"Music Ally\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"Music Ally\",\"logo\":\"https:\\\/\\\/musically.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/MUSIC-ALLY-NEW-LOGO-2020.png\"},\"keywords\":[],\"dateCreated\":\"2024-06-25T09:58:05Z\",\"datePublished\":\"2024-06-25T09:58:05Z\",\"dateModified\":\"2026-02-17T15:24:23Z\"}<\/script>","tracker_url":"https:\/\/cdn.parsely.com\/keys\/musically.com\/p.js"},"featured_image_src":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Publishing-Summit-2026.png?resize=600%2C400&ssl=1","featured_image_src_square":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/02\/Publishing-Summit-2026.png?resize=600%2C600&ssl=1","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":255040,"url":"https:\/\/musically.com\/marketing-week-agenda\/","url_meta":{"origin":168981,"position":0},"title":"Marketing Week Agenda","author":"Amy Lilley","date":"November 4, 2025","format":false,"excerpt":"AGENDA SPEAKERS PARTNERS \u00d7 HOME AGENDA SPEAKERS PARTNERS Info \u00d7 OK We are delighted to announce the agenda for the marketing summit of Music Ally Marketing Week!\u00a0 Taking place free online during the week of 17th November 2025, supported by Believe UK, Ranked Music and Beautiful Digital, we will present\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-13.png?fit=1200%2C760&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-13.png?fit=1200%2C760&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-13.png?fit=1200%2C760&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-13.png?fit=1200%2C760&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-13.png?fit=1200%2C760&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":252470,"url":"https:\/\/musically.com\/music-ally-marketing-week\/","url_meta":{"origin":168981,"position":1},"title":"Music Ally Marketing Week","author":"Amy Lilley","date":"October 13, 2025","format":false,"excerpt":"AGENDA SPEAKERS PARTNERS \u00d7 HOME AGENDA SPEAKERS PARTNERS Info.exe \u00d7 To be announced soon. OK Register Now After a highly successful first edition in 2025, our new tentpole online event Music Ally Marketing Week will return across 5 days this November. The week will kick off with two days of\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/06\/Marketing-Week.png?fit=1200%2C628&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/06\/Marketing-Week.png?fit=1200%2C628&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/06\/Marketing-Week.png?fit=1200%2C628&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/06\/Marketing-Week.png?fit=1200%2C628&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2026\/06\/Marketing-Week.png?fit=1200%2C628&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":255412,"url":"https:\/\/musically.com\/connect-2026-thank-you-page\/","url_meta":{"origin":168981,"position":2},"title":"Connect 2026 Thank You Page","author":"Amy Lilley","date":"November 6, 2025","format":false,"excerpt":"THANK YOU FOR SECURING YOUR SPOT AT CONNECT 2026! HERE ARE A FEW KEY DETAILS: No physical ticket is required; your name has been added to our attendee list. Event Dates & Timings: Day 1 \u2014 Thu 22 Jan | Day 2 \u2014 Fri 23 Jan Registration Opens: 8:30am (Day\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/11\/Connect-2026-square-3.png?fit=1000%2C1000&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/11\/Connect-2026-square-3.png?fit=1000%2C1000&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/11\/Connect-2026-square-3.png?fit=1000%2C1000&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/11\/Connect-2026-square-3.png?fit=1000%2C1000&ssl=1&resize=700%2C400 2x"},"classes":[]},{"id":249687,"url":"https:\/\/musically.com\/connect\/connect-2026-venue\/","url_meta":{"origin":168981,"position":3},"title":"Music Ally Connect 2026: Venue","author":"Alice Whitaker","date":"September 19, 2025","format":false,"excerpt":"Sponsors Agenda Speakers Venue Buy Tickets \u00d7 Sponsors Agenda Speakers Venue Buy Tickets The Brewery | London 22nd & 23rd January 2026 52 Chiswell St, London EC1Y 4SA Book Now","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":249678,"url":"https:\/\/musically.com\/connect\/connect-2026-tickets\/","url_meta":{"origin":168981,"position":4},"title":"Music Ally Connect 2026: Tickets","author":"Alice Whitaker","date":"September 19, 2025","format":false,"excerpt":"Sponsors Agenda Speakers Venue Buy Tickets \u00d7 Sponsors Agenda Speakers Venue Buy Tickets Buy Tickets Please email\u00a0anthony@musically.com\u00a0for group rate access and concessions. The Brewery | London 22nd & 23rd January 2026 No Refunds Policy All ticket purchases are final, and refunds are not available. In some cases, we may be\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/09\/Homepage-2026-title-with-sponsor-Logo-scaled.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":252966,"url":"https:\/\/musically.com\/marketing-week-register\/","url_meta":{"origin":168981,"position":5},"title":"Marketing Week Register","author":"Amy Lilley","date":"October 15, 2025","format":false,"excerpt":"AGENDA SPEAKERS PARTNERS \u00d7 HOME AGENDA SPEAKERS PARTNERS Info \u00d7 OK","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-16.png?fit=1200%2C760&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-16.png?fit=1200%2C760&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-16.png?fit=1200%2C760&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-16.png?fit=1200%2C760&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/musically.com\/wp-content\/uploads\/2025\/10\/marketing-Week-website-16.png?fit=1200%2C760&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/pages\/168981","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/users\/27883"}],"replies":[{"embeddable":true,"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/comments?post=168981"}],"version-history":[{"count":182,"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/pages\/168981\/revisions"}],"predecessor-version":[{"id":263095,"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/pages\/168981\/revisions\/263095"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/media\/263097"}],"wp:attachment":[{"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/media?parent=168981"}],"wp:term":[{"taxonomy":"newspack_spnsrs_tax","embeddable":true,"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/newspack_spnsrs_tax?post=168981"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/musically.com\/wp-json\/wp\/v2\/coauthors?post=168981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}