KA-15S Satin Mahogany Soprano Ukulele

Model: KA-15S SKU: KA15S2006

$65

With so many ukulele options out there, how does one know what to choose? Kala, known for great quality, sound and affordability, has the best entry-level ukulele on the market, the KA-15S. This ukulele is an entry level staple for new players and a great addition for seasoned players looking to add an affordable, high-quality, attractive soprano ukulele to their collection. Anyone looking to get their money’s worth in an instrument should start with the KA-15S.

Bag and Case Information

Fits ALL Kala SOPRANO sized bags and cases.

Specs
Size: Soprano
Top: Mahogany
Back & Sides: Mahogany
Binding: N/A
Neck: Mahogany
Finish: Satin
Fingerboard: Rosewood
Headstock: Standard
Nut & Saddle: Graph Tech NuBone®
Strings: Aquila Super Nylgut®
Electronics: N/A
Strap Button: Black x1
Measurements

Scale Length: 13.625 inches, Overall Instrument Length: 21.062 inches, Body Length: 9.5 inches, Number of Frets: 12, Width at Upper Bout: 5.187 inches, Width at Lower Bout: 7.0 inches, Width at Waist: 4.467 inches, Body Depth: 2.367 inches, Fingerboard Width at Nut: 1.375 inches, Fingerboard width at neck/body joint: 1.672 inches

4.9
Rated 4.9 out of 5 stars
Based on 11 reviews
Total 5 star reviews: 10 Total 4 star reviews: 1 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
11 reviews
  • M Profile picture for Mary
    Mary
    I recommend this product
    Rated 5 out of 5 stars
    5 months ago
    Five Stars is not Enough

    I bought mine secondhand. I wanted to learn to play the ukulele on a shoestring. As this is a beginner's model, I wasn't expecting much. But it has fantastic sound: beautiful tone, plus AMAZING volume and sustain for a soprano. This ukulele is no shrinking violet, it's LOUD. It's also sturdy and well-constructed, with nice mahogany and good tuners. I have several ukuleles now, but I play this one often. If you want a great beginner's ukulele that punches well above it's weight, this is the one. I highly recommend it. If you're sitting on the fence, just buy it. You will be pleasantly surprised by the sound, quality and value.

  • TF
    Teresa F.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    New Ukuleles

    I love the quality of this model. It takes a few weeks of playing and tuning but then they hold their tune very well.

  • JL
    Jose L.
    Verified Buyer
    I recommend this product
    Rated 4 out of 5 stars
    2 years ago
    Materials

    The materials with which the Ukulele is made are extraordinary, I love the texture, the color and the sound. The strings don't hurt my fingers like the other brands.

  • L
    Linda
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    5 Stars

    It’s exactly what I’m looking for in a beginner uke.

  • CB
    Cameron B.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago

''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();