Press Kit

* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: ‘DM Sans’, sans-serif; background: #0e0e0e; color: #e8e4dc; line-height: 1.6; } .hero { position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden; display: flex; align-items: flex-end; } .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: brightness(0.5); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, #0e0e0e 0%, rgba(14,14,14,0.3) 50%, transparent 100%); } .hero-content { position: relative; z-index: 2; padding: 3rem 4rem; width: 100%; } .hero-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232,228,220,0.45); margin-bottom: 0.75rem; } .hero-name { font-family: ‘Playfair Display’, serif; font-size: clamp(56px, 9vw, 110px); font-weight: 600; line-height: 0.95; letter-spacing: -0.02em; color: #e8e4dc; margin-bottom: 1.25rem; } .hero-tagline { font-family: ‘Playfair Display’, serif; font-style: italic; font-size: clamp(14px, 2vw, 19px); color: rgba(232,228,220,0.65); font-weight: 400; max-width: 580px; line-height: 1.5; } .container { max-width: 980px; margin: 0 auto; padding: 0 2.5rem; } .radio-banner { background: #141410; border-top: 1px solid rgba(255,214,74,0.25); border-bottom: 1px solid rgba(255,214,74,0.15); padding: 1.1rem 2.5rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; } .radio-dot { width: 7px; height: 7px; background: #ffd64a; border-radius: 50%; flex-shrink: 0; animation: pulse 2s infinite; } @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} } .radio-text { font-size: 13px; color: rgba(232,228,220,0.75); font-weight: 300; } .radio-text strong { color: #ffd64a; font-weight: 500; } .stats-row { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(232,228,220,0.08); } .stat { padding: 2rem 1.5rem; border-right: 1px solid rgba(232,228,220,0.08); } .stat:last-child { border-right: none; } .stat-num { font-family: ‘Playfair Display’, serif; font-size: 26px; font-weight: 600; color: #e8e4dc; line-height: 1.1; margin-bottom: 0.4rem; } .stat-label { font-size: 11px; color: rgba(232,228,220,0.38); text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.45; font-weight: 400; } .section { padding: 4rem 0; border-bottom: 1px solid rgba(232,228,220,0.07); } .section-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232,228,220,0.3); margin-bottom: 1.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(232,228,220,0.08); } .bio-text { font-size: 15px; line-height: 1.9; color: rgba(232,228,220,0.78); font-weight: 300; max-width: 740px; } .bio-text p + p { margin-top: 1.2rem; } .bio-text em { font-family: ‘Playfair Display’, serif; font-style: italic; color: #e8e4dc; } .pull-quote { font-family: ‘Playfair Display’, serif; font-style: italic; font-size: clamp(17px, 2.2vw, 22px); line-height: 1.6; color: #e8e4dc; border-left: 2px solid rgba(255,214,74,0.5); padding: 0.5rem 0 0.5rem 1.5rem; margin: 2.25rem 0; max-width: 640px; } .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; } .cred-list { display: flex; flex-direction: column; gap: 0.875rem; } .cred { border: 1px solid rgba(232,228,220,0.09); border-radius: 6px; padding: 0.875rem 1.125rem; } .cred-title { font-size: 13px; font-weight: 500; color: #e8e4dc; margin-bottom: 3px; } .cred-sub { font-size: 12px; color: rgba(232,228,220,0.42); font-weight: 300; line-height: 1.55; } .badge { display: inline-block; margin-top: 5px; font-size: 10px; padding: 2px 8px; border-radius: 3px; background: rgba(255,214,74,0.08); color: rgba(255,214,74,0.7); letter-spacing: 0.05em; } .discography { display: flex; flex-direction: column; } .track { display: flex; align-items: center; gap: 0.875rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(232,228,220,0.06); } .track:last-child { border-bottom: none; } .track-cover { width: 46px; height: 46px; border-radius: 4px; object-fit: cover; flex-shrink: 0; background: rgba(232,228,220,0.04); } .track-cover-placeholder { width: 46px; height: 46px; border-radius: 4px; flex-shrink: 0; background: rgba(232,228,220,0.04); border: 1px dashed rgba(232,228,220,0.15); display: flex; align-items: center; justify-content: center; font-size: 16px; color: rgba(232,228,220,0.2); } .track-info { flex: 1; min-width: 0; } .track-name { font-size: 13px; font-weight: 500; color: #e8e4dc; } .track-meta { font-size: 11px; color: rgba(232,228,220,0.38); margin-top: 2px; font-weight: 300; } .track-desc { font-size: 11px; color: rgba(232,228,220,0.32); text-align: right; line-height: 1.4; flex-shrink: 0; max-width: 120px; } .forthcoming-badge { font-size: 9px; padding: 2px 7px; border-radius: 3px; background: rgba(255,214,74,0.08); color: rgba(255,214,74,0.65); letter-spacing: 0.08em; text-transform: uppercase; display: inline-block; margin-top: 3px; } .arc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.875rem; margin-top: 0.5rem; } .arc-card { border: 1px solid rgba(232,228,220,0.09); border-radius: 6px; padding: 0.875rem 1rem; } .arc-card.open { border-style: dashed; border-color: rgba(232,228,220,0.12); background: transparent; } .arc-num { font-size: 10px; letter-spacing: 0.1em; color: rgba(232,228,220,0.25); margin-bottom: 5px; text-transform: uppercase; } .arc-title { font-size: 13px; font-weight: 500; color: #e8e4dc; margin-bottom: 4px; } .arc-sub { font-size: 11px; color: rgba(232,228,220,0.4); font-weight: 300; line-height: 1.5; } .live-photo { width: 100%; height: 400px; object-fit: cover; object-position: center 25%; border-radius: 6px; margin-bottom: 1.75rem; display: block; } .venues-text { font-size: 14px; color: rgba(232,228,220,0.5); font-weight: 300; line-height: 2; } .venues-text strong { color: rgba(232,228,220,0.8); font-weight: 400; } .tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 0.875rem; } .tag { font-size: 11px; padding: 3px 12px; border-radius: 999px; border: 1px solid rgba(232,228,220,0.12); color: rgba(232,228,220,0.45); } .streaming-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; } .stream-link { display: flex; align-items: center; gap: 10px; padding: 0.75rem 1rem; border: 1px solid rgba(232,228,220,0.09); border-radius: 6px; text-decoration: none; color: rgba(232,228,220,0.65); font-size: 13px; font-weight: 300; } .stream-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; } .social-row { display: flex; flex-wrap: wrap; gap: 0.625rem; margin-top: 0.5rem; } .social-link { font-size: 12px; color: rgba(232,228,220,0.45); text-decoration: none; padding: 3px 0; border-bottom: 1px solid rgba(232,228,220,0.12); } .contact-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(232,228,220,0.25); margin-bottom: 0.35rem; } .contact-val { font-size: 13px; color: rgba(232,228,220,0.65); font-weight: 300; } .footer { padding: 2rem 0 3.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; } .footer-name { font-family: ‘Playfair Display’, serif; font-size: 18px; font-weight: 600; color: rgba(232,228,220,0.4); } .footer-note { font-size: 11px; color: rgba(232,228,220,0.2); font-weight: 300; } @media (max-width: 660px) { .hero-content { padding: 2rem; } .stats-row { grid-template-columns: repeat(2,1fr); } .two-col { grid-template-columns: 1fr; gap: 2.5rem; } .streaming-grid { grid-column: 1fr; } .arc-grid { grid-template-columns: repeat(2,1fr); } }
Jonesboro
Electronic Press Kit · 2026 · Chicago, IL
Jonesboro
The beginning of the soundtrack to our new revolution.
On the air: Nearly 30 spins on Q101 / WKQX-FM Chicago · Nearly 1,200 national spins on major stations via Discovr / Faidr · “Talking to Myself” approved and queued for airplay next
132K+
Total streams across platforms
1 of ~200
UnitedMasters priority sync pool · 2M+ artists
~1,200
National radio spins · major stations
6 + 1
Songs released · forthcoming single May 2026

There is a particular kind of song that doesn’t announce itself. It arrives, finds the people who need it, and doesn’t stop. Jonesboro — the solo project of Chicago-area songwriter, multi-instrumentalist, and producer Asher John George — makes those songs. The kind that sound immediately familiar and somehow entirely new. The kind that tell the truth about your life before you’ve had the words to tell it yourself. And there are many more where these came from.

What you’re hearing now is the opening line of a much longer sentence. Asher sits on a backlog of albums worth of material — songs written across more than a decade, refined across a life, being released into a world that is finally, unmistakably ready for them. The six songs released so far are not an arrival. They are the beginning of an escalation with no ceiling in sight.

“The beginning of the soundtrack to our new revolution.”

That revolution is not metaphor. It is the sum of everything a generation has lived through and not yet had music adequate to it — the broken contract between effort and reward, the loneliness that arrived precisely when connection became most available, the slow murder of the grand plan by reality, and the hard-won reach back toward each other that follows. Jonesboro’s catalog maps that arc with the precision of someone who lived it, the craft of someone who studied it, and the ambition of someone who understands that music like this — melodically immediate enough for everyone, structurally ambitious enough for those paying close attention — is the only kind that outlasts the moment it speaks to.

Studio-era Beatles held both things at once: Yesterday and A Day in the Life in the same catalog. That is the standard Jonesboro holds itself to — not nostalgia for that era, but the same refusal to choose between depth and reach.

The infrastructure already reflects what the music has earned. UnitedMasters — home to Brent Faiyaz — selected Jonesboro for their priority sync pool: roughly 200 artists out of more than two million on the platform. A publishing admin deal followed. Think Music Group in Los Angeles holds a parallel sync deal. Sorry For Yourself has logged nearly 30 spins on Q101 / WKQX-FM and nearly 1,200 national spins — with Talking to Myself already approved and queued. A brand placement with Visit California confirmed what the industry already suspected.

Jonesboro performs live with a full band and is booking shows and festivals continuously — having previously played Lincoln Hall, Martyr’s, Schubas, The Elbo Room, Sylvie’s, and The Burlington. This is not a moment. This is a movement. The soundtrack is just beginning.

I · EP 2022
Another Man
Baroque pop jealousy and self-recognition. The most unguarded moment in the catalog.
II · EP 2022
It Feels Alright
The thesis stated simply. When nothing works, sing. Music as the only reliable consolation.
III · EP 2022
Dreamin Away
The locked door. Potential withering behind a wall you built yourself. The departure begins.
IV · Single 2025
Back in Chicago
The ego death. The murdered grand plan. The clean slate as its own kind of freedom.
V · Single 2025
Sorry For Yourself
The collective wound. Broken contracts, systemic betrayal, loneliness without consolation.
VI · Single 2025
Talking to Myself
The interior collapse. Written a decade ago. Describes right now better than anything written last week.
VII · Forthcoming May 2026
Lift Me Up
The first reach outward. After all of it — someone extends a hand and means it both ways.
VIII, IX, X…
The soundtrack continues
Albums worth of material. Continuous releases. Shows booking with no end in sight.
Priority Sync Pool — UnitedMasters
1 of ~200 artists hand-selected from 2M+ for catalog-wide sync priority.
Home to Brent Faiyaz
Publishing Admin Deal — UnitedMasters
Full catalog and all future releases under admin representation.
Sync Deal — Think Music Group · Los Angeles
Catalog actively pitched for film, TV, and brand placement.
Radio · Q101 / WKQX-FM Chicago
Nearly 30 spins on Chicago’s major alternative rock station. Nearly 1,200 national spins via Discovr / Faidr. “Talking to Myself” approved and queued.
Songs individually approved — not automatic
Sync Placement — Visit California
Licensed instrumental for Instagram Reels brand campaign.
EP
Songs for the Disenfranchised
EP · 2022 · Another Man, It Feels Alright, Dreamin Away
Foundation EP
Back in Chicago
Back in Chicago
Single · April 2025
6.5-min prog epic
Sorry For Yourself
Sorry For Yourself
Single · May 2025
Q101 · ~1,200 national spins
Talking to Myself
Talking to Myself
Single · December 2025
Orchestral alt-pop
+
Lift Me Up
Single · May 2026
Forthcoming
6 min · OK Computer × In Rainbows
Pink FloydRadioheadTame ImpalaMGMTColdplayOasisThe VerveThe BeatlesSmashing PumpkinsFlaming LipsVampire WeekendYesGenesis
Jonesboro live
Lincoln Hall  ·  Martyr’s  ·  Schubas Tavern  ·  The Elbo Room  ·  Sylvie’s  ·  The Burlington
Full band · Guitar, bass, keys, drums · Booking continuously · Available for shows and festivals
Booking & general
jonesborosongs@gmail.com
Social — all platforms
Sync & licensing
UnitedMasters · Think Music Group, Los Angeles