Resister

RESISTER is a multi-award winning, women-owned, full-service global music agency. They are experts in music for all media, having worked on some of the biggest film & TV releases of recent years including Barbie and The Batman. They have music supervised TV shows for the BBC, Netflix, and Amazon as well as award-winning global campaigns for brands including Nike, Amazon, and Bacardí.

RESISTER was born to fight the lack of female and non-binary representation in the music for media & brand space. Since launch, they have become known as the first music supervision agency to create a dedicated home for female & gender minority composers, artists, producers, and sound designers.

Their goal is to bring authenticity, heart, and soul to all that they do. They are a creative-first agency with the freedom to harness the whole music industry for their projects, meaning they can commission signed/global artists & composers alongside up-and-coming talent. They are on a mission to make music for media a more accessible place for all.

'; var blobUrl = URL.createObjectURL(new Blob([html], { type: 'text/html' })); _slateBlobRegistry.push(blobUrl); return blobUrl; }// Appends query params to a Slate embed URL for hover (muted autoplay preview) // Slate may or may not honour these — if ignored, browser autoplay policy // still blocks unmuted playback so silence is effectively guaranteed. function slateEmbedHoverSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1&muted=1&loop=1'; }// Appends autoplay param for fullscreen popup (unmuted, Slate's own controls) function slateEmbedPopupSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1'; }window.addEventListener('beforeunload', function () { _slateBlobRegistry.forEach(function (url) { URL.revokeObjectURL(url); }); _slateBlobRegistry = []; });// ############### Play video on hover, pause on leave ############### // Vimeo → removes