We buy, sell and trade quality used sports and fitness gear
Sell, Buy, Trade & WIN!
You may never outgrow your favorite sports — but you may outgrow your equipment. Your locally owned Play It Again Sports provides an easy way to sell your quality used sports and fitness gear and get paid on the spot, or trade up for what you need now.
Find a Store
Why Play It Again Sports
Great gear at an even better value
-
Affordable
Our inventory is always changing with new items added to the floor each day. With prices way less than regular retail, it's a win-win!
-
Convenient
With no appointment necessary, it’s fast and easy for you to sell the sports equipment and fitness gear you’re no longer using.
-
Sustainable
Play It Again Sports has been working with communities to put used sports equipment into the hands of athletes instead of into landfills for over 40 years.
Get Rewarded
Earn points every time you shop for or sell quality used items when you sign up for our rewards program. By signing up you’ll get access to exclusive discounts, promotions, store events, and more.
Our Latest Products
Play It Again Sports has a huge selection of quality used sports and fitness gear available to shop online! Have your items shipped straight to your house or pick them up in store, it’s that easy!
` } else if (!productSalePrice && hasReducedPrice) { badgeHtml = `
Reduced Price
` } } let { url } = images.edges[0].node; let {value} = customFields.edges[0].node; html = html + `
${value}
${strippedProductName}
${brandName}
${productSalePrice ? `
$${productPrice}$${productSalePrice}
` : `
$${productPrice}
`}
` }); const productSection = document.getElementById("product_grid_afe36b55-1005-4442-b633-5e07d8070da4"); productSection.innerHTML = html; function swiperNext(master, control) { $(control).on('keydown', function(e) { if (e.key === "Enter" || e.key === " " || e.keyCode === 13 || e.keyCode === 32) { master.slideNext(400); } }); } function swiperPrev(master, control) { $(control).on('keydown', function(e) { if (e.key === "Enter" || e.key === " " || e.keyCode === 13 || e.keyCode === 32) { master.slidePrev(400); } }); } const productSwipers = new Swiper('.swiper-products', { navigation: { nextEl: '.pias-block-product-slider__arrow--next', prevEl: '.pias-block-product-slider__arrow--prev', }, slidesPerView: 1, spaceBetween: 30, breakpoints: { 1241: { slidesPerView: 4, spaceBetween: 25, }, 940: { slidesPerView: 3, spaceBetween: 25, }, 640: { slidesPerView: 2.5, spaceBetween: 25, }, 540: { slidesPerView: 2, spaceBetween: 25, }, 0: { slidesPerView: 1, spaceBetween: 25, } }, createElements: true, pagination: { el: '.swiper-pagination', clickable: true, } }); productSwipers.each(function() { swiperNext($(this), '.pias-block-product-slider__arrow--next'); swiperPrev($(this), '.pias-block-product-slider__arrow--prev'); }); } } catch (e) { console.log("Error while fetching products"); } } document.querySelector('.country-selector')?.addEventListener('change', function() { let selectedCountry = document.querySelector('.country-selector')?.querySelector('input:checked')?.value.toUpperCase(); fetchDataAndRender(selectedCountry); }); fetchDataAndRender(getCookie("current_country") || "US");