Top Carnival Ride Rentals & Extreme Attractions

items
Set Event Date

Carnival Rides & Extreme Attractions for Rent

317634

Rent carnival rides and extreme attractions in Cincinnati, Ohio from A&S Party Rental — perfect for festivals, schools, and corporate events!

Professional delivery to Cincinnati Ohio, Mason Ohio, West Chester Ohio, Loveland Ohio and surrounding areas. Please submit a quote or contact us to be sure we service your area.

Carnival Rides & Extreme Attractions in Cincinnati, Ohio

Bring the joy and excitement of the fair to your next celebration with A&S Party Rental’s carnival rides and extreme attractions in Cincinnati, Ohio! Perfect for families, schools, churches, and community events, our rides turn any occasion into a fun-filled adventure everyone will love.

From the laughter on our Ferris wheel and carousel to the thrills of the rock climbing wall, zip line, and bungee trampoline, A&S Party Rental has something for every age group. Kids will love the colorful rides and games, while teens and adults can enjoy heart-pounding attractions that bring out their adventurous side.

We make it easy to create your very own carnival experience! Along with rides, we offer carnival games, inflatables, tents, concessions, and event décor to complete the fun atmosphere. Our professional team delivers, sets up, and safely operates each attraction so you can relax and enjoy the smiles and laughter from your guests.

A&S Party Rental proudly serves Cincinnati and the surrounding Ohio, Kentucky, and Indiana areas, offering high-quality rentals for festivals, school carnivals, church picnics, and family celebrations of all sizes.

Turn your next event into a day of unforgettable family fun with A&S Party Rental’s carnival rides and extreme attractions. Contact us today to start planning your perfect carnival experience in Cincinnati, Ohio!

function CategoryGallery(rental_id, rental_name, images_arr){ var rid = rental_id; var rentalName = rental_name; // Normalize images_arr: it may arrive as a JSON string, an object, or be undefined try { if (typeof images_arr === 'string' && images_arr.length) { images_arr = JSON.parse(images_arr); } } catch (e) { images_arr = {}; } if (!images_arr) images_arr = {}; // Where to append anchors and thumbs var $bigAfter = jQuery('#io_img_big2_' + rid); var $thumbAfter = jQuery('#io_img_thumb1_' + rid); if ($bigAfter.length && $thumbAfter.length) { var relVal = $bigAfter.attr('rel') || 'img_group noopener'; // Helper to validate a URL-like value (non-empty and not literal placeholders) var isValid = function (u) { if (!u) return false; var s = String(u).trim(); if (!s) return false; if (s.indexOf('%%') !== -1) return false; // ignore unreplaced placeholders if (s === '0' || s.toLowerCase() === 'null' || s.toLowerCase() === 'undefined') return false; return true; }; var addedThumbs = 0; // Iterate image map and append missing big anchors and thumbs for (var key in images_arr) { if (!images_arr.hasOwnProperty(key)) continue; var imgObj = images_arr[key] || {}; var href = imgObj["rentalimage_imagelocbig"] || imgObj["imagelocbig"] || imgObj["big"]; var src = imgObj["rentalimage_imageloc"] || imgObj["imageloc"] || imgObj["thumb"]; // Compute index consistent with existing templates var n = parseInt(key, 10); if (isNaN(n)) { // Try to derive from position by incrementing a counter if keys are not numeric n = 1; } // Category templates already include big1, big2, and thumb1; gallery adds 2+ when missing var bigIndex = n + 1; // matches io_cart_shortcode.html pattern var thumbIndex = n + 1; // thumb id series aligns with big series in newer code // Add big anchor if valid and not already present if (isValid(href)) { var bigId = '#io_img_big' + bigIndex + '_' + rid; if (jQuery(bigId).length === 0) { var $a = jQuery('', { rel: relVal, href: href, id: 'io_img_big' + bigIndex + '_' + rid }); $bigAfter.after($a); $bigAfter = $a; // maintain insertion point } } // Add thumbnail if valid and not already present if (isValid(src)) { var thumbId = '#io_img_thumb' + thumbIndex + '_' + rid; if (jQuery(thumbId).length === 0) { var $img = jQuery('', { 'class': 'io_image_thumb skip-lazy', title: rentalName, src: src, alt: rentalName, id: 'io_img_thumb' + thumbIndex + '_' + rid }).on('mouseover', function () { if (typeof updateMainPic === 'function') { updateMainPic(this); } }); $thumbAfter.after($img); $thumbAfter = $img; // maintain insertion point addedThumbs++; } } } // Reveal the thumbnail box if we added any extra thumbnails if (addedThumbs > 0) { jQuery('#io_img_thumb1_' + rid).closest('.io_image_thumbbox').show(); } } } // Function to generate list view content on demand (global scope) generateListViewContent = function() { console.log('[IO List View] Generating list view content dynamically'); jQuery('.io_item2_list').each(function() { var $item = jQuery(this); // Skip if already generated if ($item.find('.io_list_view_content').length > 0) { return; } // Extract rental_id from the item var rentalId = $item.find('.item_rentalid').text().trim(); if (!rentalId) { console.warn('[IO List View] No rental_id found for item, skipping'); return; } // Read data from dynamically named global variables // var description = String(window['data_description_' + rentalId] || "").replace(/[\r\n]+/g, "").trim(); var indoorOutdoor = String(window.io_category_data[rentalId]["indoor_outdoor"] || "").replace(/[\r\n]+/g, "").trim(); var staff = String(window.io_category_data[rentalId]["staff"] || "").replace(/[\r\n]+/g, "").trim(); var electric = String(window.io_category_data[rentalId]["electric"] || "").replace(/[\r\n]+/g, "").trim(); var dimensions = String(window.io_category_data[rentalId]["dimensions"] || "").replace(/[\r\n]+/g, "").trim(); // Helper function to strip HTML tags from text var stripHtml = function(html) { var tmp = document.createElement("DIV"); tmp.innerHTML = html; return (tmp.textContent || tmp.innerText || "").trim(); }; // Helper function to escape HTML to prevent XSS var escapeHtml = function(text) { var map = { '&': '&', '': '>', '"': '"', "'": ''' }; return text.replace(/[&"']/g, function(m) { return map[m]; }); }; // Strip HTML tags from description // description = stripHtml(description); // Build the HTML structure with escaped content var html = '
'; // html += '
' + escapeHtml(description) + '
'; html += '
'; // Setup field - only add if valid if (indoorOutdoor && indoorOutdoor !== '0' && indoorOutdoor.length > 0) { html += '
'; html += 'Setup:'; html += '' + escapeHtml(indoorOutdoor) + ''; html += '
'; } // Operators field - only add if valid var operatorsText = staff ? staff + ' Adult Supervision Required' : ""; if (operatorsText && operatorsText !== '0 Adult Supervision Required' && operatorsText !== 'Adult Supervision Required' && operatorsText !== '0') { html += '
'; html += 'Operators:'; html += '' + escapeHtml(operatorsText) + ''; html += '
'; } // Power field - only add if valid var powerText = electric ? electric + ' Outlets' : ""; if (powerText && powerText !== '0 Outlets' && powerText !== '0.00 Outlets' && powerText !== 'Outlets' && powerText !== '0') { html += '
'; html += 'Power:'; html += '' + escapeHtml(powerText) + ''; html += '
'; } // Size field - only add if valid if (dimensions && dimensions !== '0' && dimensions.length > 0) { html += '
'; html += 'Size:'; html += '' + escapeHtml(dimensions) + ''; html += '
'; } html += '
'; // close io_item_details_labeled html += '
'; // close io_list_view_content // Insert before the buttons container $item.find('.io_buttons_container').before(html); }); } jQuery(document).ready(function($) { jQuery(".io_item2_list").each(function(){ var rentalId = jQuery(this).find('.item_rentalid').text().trim(); if (io_categoryVariantImages == 'on'){ CategoryGallery(rentalId, window.io_category_data[rentalId]['rental_name'], window.io_category_data[rentalId]["images_arr"]); } }); console.log('[IO View Toggle] Document ready, initializing view toggle functionality'); // Check if category_id has a numeric value to identify actual category pages // This must happen before any view state is applied var categoryId = $('.category_id').text().trim(); var hasNumericCategoryId = categoryId && !isNaN(categoryId) && categoryId.length > 0; if (!hasNumericCategoryId) { console.log('[IO View Toggle] No valid numeric category ID found, this is not a category page - skipping initialization'); return; } console.log('[IO View Toggle] Category page detected with categoryId:', categoryId); $('body').addClass('io-has-category-id'); // Show the toggle buttons on category pages $('.io_view_toggle_container').show(); console.log('[IO View Toggle] Toggle buttons displayed for category page'); // Track if view toggle has been initialized var isInitialized = false; // Initialize view toggle functionality function initViewToggle(force) { // Skip if already initialized unless forced if (isInitialized && !force) { console.log('[IO View Toggle] Already initialized, skipping'); return; } console.log('[IO View Toggle] Initializing view toggle functionality'); // Check if toggle buttons exist if ($('.io_view_toggle_btn').length === 0) { console.warn('[IO View Toggle] Toggle buttons not found in DOM'); return; } console.log('[IO View Toggle] Found', $('.io_view_toggle_btn').length, 'toggle buttons'); // Check if category container exists if ($('.io_catdiv2').length === 0) { console.warn('[IO View Toggle] Category container (.io_catdiv2) not found'); return; } console.log('[IO View Toggle] Found', $('.io_catdiv2').length, 'category containers'); // Get saved view preference from localStorage var savedView = localStorage.getItem('io_category_view') || 'tile'; console.log('[IO View Toggle] Retrieved saved view preference:', savedView); // Set initial view $('.io_catdiv2').removeClass('tile-view list-view').addClass(savedView + '-view'); console.log('[IO View Toggle] Applied initial view class:', savedView + '-view'); // Update button states $('.io_view_toggle_btn').removeClass('active'); $('.io_view_toggle_btn[data-view="' + savedView + '"]').addClass('active'); console.log('[IO View Toggle] Updated button states, active button:', savedView); // Generate list view content if initial view is list if (savedView === 'list') { if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available yet'); } } // Log current items count var itemCount = $('.io_item2_list').length; console.log('[IO View Toggle] Found', itemCount, 'items in category'); // Handle toggle button clicks using native JavaScript for better compatibility // Remove any existing event listeners first $('.io_view_toggle_btn').off('click.viewToggle'); // Use native JavaScript addEventListener for more reliable event handling var buttons = document.querySelectorAll('.io_view_toggle_btn'); console.log('[IO View Toggle] Attaching event listeners to', buttons.length, 'buttons using native JS'); buttons.forEach(function(button) { // Remove any existing listener var newButton = button.cloneNode(true); button.parentNode.replaceChild(newButton, button); // Add fresh event listener newButton.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); var view = this.getAttribute('data-view'); console.log('[IO View Toggle] Button clicked (native listener), switching to view:', view); // Generate list view content if switching to list view if (view === 'list') { if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available'); } } // Update button states document.querySelectorAll('.io_view_toggle_btn').forEach(function(btn) { btn.classList.remove('active'); }); this.classList.add('active'); console.log('[IO View Toggle] Updated button active states'); // Update grid view var catdiv = document.querySelector('.io_catdiv2'); if (catdiv) { catdiv.classList.remove('tile-view', 'list-view'); catdiv.classList.add(view + '-view'); console.log('[IO View Toggle] Applied view class:', view + '-view'); } // Save preference localStorage.setItem('io_category_view', view); console.log('[IO View Toggle] Saved view preference to localStorage:', view); // Debug: Log current layout state setTimeout(function() { if (catdiv) { var containerClasses = catdiv.className; var visibleItems = document.querySelectorAll('.io_item2_list:not([style*="display: none"])').length; console.log('[IO View Toggle] Layout updated - Container classes:', containerClasses); console.log('[IO View Toggle] Visible items after view change:', visibleItems); // Check if list view content is properly shown/hidden if (view === 'list') { var visibleListContent = document.querySelectorAll('.io_list_view_content:not([style*="display: none"])').length; console.log('[IO View Toggle] Visible list content elements:', visibleListContent); } } }, 100); }, true); // Use capture phase console.log('[IO View Toggle] Event listener attached to button:', newButton.getAttribute('data-view')); }); console.log('[IO View Toggle] Event handlers attached successfully'); // Mark as initialized isInitialized = true; } // Initialize when page loads console.log('[IO View Toggle] Starting initial setup'); initViewToggle(); // Also initialize after dynamic content loads (if applicable) $(document).on('io_content_loaded', function() { console.log('[IO View Toggle] Dynamic content loaded event detected, reinitializing'); initViewToggle(); }); // Debug: Monitor for DOM changes that might affect our functionality if (typeof MutationObserver !== 'undefined') { var mutationTimeout; var lastItemCount = $('.io_item2_list').length; var observer = new MutationObserver(function(mutations) { // Debounce: clear existing timeout and set a new one clearTimeout(mutationTimeout); mutationTimeout = setTimeout(function() { var currentItemCount = $('.io_item2_list').length; // Only trigger if we have new items that weren't there before if (currentItemCount > lastItemCount) { console.log('[IO View Toggle] New items detected in DOM (' + lastItemCount + ' -> ' + currentItemCount + ')'); lastItemCount = currentItemCount; // If already initialized, just generate list view content for new items if in list view if (isInitialized) { var currentView = localStorage.getItem('io_category_view') || 'tile'; if (currentView === 'list') { console.log('[IO View Toggle] Generating list view content for new items'); if (typeof generateListViewContent === 'function') { generateListViewContent(); } else { console.warn('[IO View Toggle] generateListViewContent function not available'); } } } else { // Not initialized yet, so initialize console.log('[IO View Toggle] Initializing due to new items'); initViewToggle(); } } }, 250); // 250ms debounce }); observer.observe(document.body, { childList: true, subtree: true }); console.log('[IO View Toggle] DOM mutation observer started'); } // Debug: Log window resize events that might affect responsive layout $(window).on('resize.viewToggle', function() { var windowWidth = $(window).width(); var currentView = $('.io_catdiv2').hasClass('list-view') ? 'list' : 'tile'; console.log('[IO View Toggle] Window resized to:', windowWidth, 'px, current view:', currentView); }); console.log('[IO View Toggle] Initialization complete'); });

window.io_category_data = window.io_category_data || {}; window.io_category_data['1006705'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1006705","rental_name":"10 Player Paintless Paintball (4 Hour Rental)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022882791\u0022,\u0022rentalimage_createtime\u0022:\u00221673379092\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221673379092\u0022,\u0022rentalimage_itemid\u0022:\u00221006705\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/paintless-paintball_1666792865.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/paintless-paintball_1666792865_big.jpg\u0022}}"};

10 Player Paintless Paintball (4 Hour Rental)

from $1,400.00

10+Player+Paintless+Paintball+%284+Hour+Rental%29

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/10-player-paintless-paintball-4-hour-rental/

1006705

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2534227'] = {"indoor_outdoor":"","staff":"","electric":"110.00","dimensions":"16\u2019x 20\u2019","rental_id":"2534227","rental_name":"Alien Invasion","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222183995\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222534227\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/invasion_1763757681.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/invasion_1763757681_big.jpg\u0022}}"};

Alien Invasion

from $6,500.00

Alien+Invasion

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/alien-invasion/

2534227

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1042161'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1042161","rental_name":"American Freedom Trackless Train 16 Pass.","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022205949\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u00221042161\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4954_1698175074.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4954_1698175074_big.JPG\u0022}}"};

American Freedom Trackless Train 16 Pass.

from $1,500.00

American+Freedom+Trackless+Train+16+Pass.

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/trackless-train-2/

1042161

Limited

Dropdown

1

0

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['885161'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"25L X 9W X 13T","rental_id":"885161","rental_name":"Axe Throwing Trailer (Min. 4hr Rental)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221132103\u0022,\u0022rentalimage_createtime\u0022:\u00221689870141\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221689870141\u0022,\u0022rentalimage_itemid\u0022:\u0022885161\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/0HJ5xx8E_1668102309.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/0HJ5xx8E_1668102309_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221132105\u0022,\u0022rentalimage_createtime\u0022:\u00221689870141\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221689870141\u0022,\u0022rentalimage_itemid\u0022:\u0022885161\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Mobile-axe-Throwing-game-rental_1668102310.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Mobile-axe-Throwing-game-rental_1668102310_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221132107\u0022,\u0022rentalimage_createtime\u0022:\u00221689870141\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221689870141\u0022,\u0022rentalimage_itemid\u0022:\u0022885161\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image5_1670440695.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image5_1670440695_big.jpeg\u0022}}"};

Axe Throwing Trailer (Min. 4hr Rental)

from $1,800.00

Axe+Throwing+Trailer+%28Min.+4hr+Rental%29

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/mobile-axe-throwing-trailer/

885161

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['274014'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"40 x 22 x 12","rental_id":"274014","rental_name":"Big Baller","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022827475\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022274014\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Interactive-Inflatables-Big-Baller_1667502529.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Interactive-Inflatables-Big-Baller_1667502529_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221571223\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022274014\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/The Big Baller_1722356120.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/The Big Baller_1722356120_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00222146579\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022274014\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (10)_1760718194.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (10)_1760718194_big.jpg\u0022}}"};

Big Baller

from $0.00

Big+Baller

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/big-baller/

274014

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216223'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"35x12x35","rental_id":"216223","rental_name":"Bumper Cars \/ Hard Surface Only\/Max 4 Hour Rental","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022906413\u0022,\u0022rentalimage_createtime\u0022:\u00221674742072\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221674742072\u0022,\u0022rentalimage_itemid\u0022:\u0022216223\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/bumper-cars-02_1667502614.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/bumper-cars-02_1667502614_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221571257\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216223\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Bumper Cars_1722357902.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Bumper Cars_1722357902_big.jpeg\u0022}}"};

Bumper Cars / Hard Surface Only/Max 4 Hour Rental

from $3,200.00

Bumper+Cars+%2F+Hard+Surface+Only%2FMax+4+Hour+Rental

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/bumper-cars-hard-surface-only/

216223

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1725487'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"30 round by 14 high","rental_id":"1725487","rental_name":"Carousel Ride","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221406949\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221725487\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/WEBSITE CAROUSEL_1710869635.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/WEBSITE CAROUSEL_1710869635_big.png\u0022}}"};

Carousel Ride

from $6,000.00

Carousel+Ride

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/carousel-ride/

1725487

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['776601'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"","rental_id":"776601","rental_name":"Corn Maze Adventure","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022161399\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022776601\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Corn Maze_347500584.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Corn Maze_347500584_big.png\u0022}}"};

Corn Maze Adventure

from $1,400.00

Corn+Maze+Adventure

https://www.aspartyrental.com/cincinnati/inventory/inflatable-rentals/corn-maze-adventure/

776601

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1296637'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"","rental_id":"1296637","rental_name":"Double Lumber Jack","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022837491\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221296637\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/viking-axe-throwing-rentals_1668102137.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/viking-axe-throwing-rentals_1668102137_big.png\u0022}}"};

Double Lumber Jack

from $800.00

Double+Lumber+Jack

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/double-lumber-jack/

1296637

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2554873'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"24x30x12","rental_id":"2554873","rental_name":"Extreme Mini Golf Farm","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221682009\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222554873\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/puttputt_1734457863.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/puttputt_1734457863_big.png\u0022}}"};

Extreme Mini Golf Farm

from $850.00

Extreme+Mini+Golf+Farm

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/extreme-mini-golf-farm/

2554873

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['439357'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"31x15x21","rental_id":"439357","rental_name":"Extreme Trampoline","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222146581\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022439357\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (12) (1)_1760718252.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (12) (1)_1760718252_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022857815\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022439357\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image3_1670440666.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image3_1670440666_big.jpeg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221571197\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022439357\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Trampoline_1722355957.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Trampoline_1722355957_big.jpeg\u0022}}"};

Extreme Trampoline

from $1,600.00

Extreme+Trampoline

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/extreme-trampoline/

439357

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['3096861'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"3096861","rental_name":"FACE 2 FACE ROCK WALL (coming soon!)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222181887\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00223096861\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/rockwallface2face_1763666957.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/rockwallface2face_1763666957_big.jpg\u0022}}"};

FACE 2 FACE ROCK WALL (coming soon!)

from $2,400.00

FACE+2+FACE+ROCK+WALL+%28coming+soon%21%29

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/face-2-face-rock-wall/

3096861

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1666367'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"100x16x32","rental_id":"1666367","rental_name":"Fun Slide Extreme","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022899077\u0022,\u0022rentalimage_createtime\u0022:\u00221674311019\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221674311019\u0022,\u0022rentalimage_itemid\u0022:\u00221666367\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/FUNSLIDE_1666635846.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/FUNSLIDE_1666635846_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221213205\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221666367\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5705_1698175343.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5705_1698175343_big.JPG\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221571243\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221666367\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Fun Slide 2_1722356592.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Fun Slide 2_1722356592_big.jpg\u0022}}"};

Fun Slide Extreme

from $4,200.00

Fun+Slide+Extreme

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/fun-slide-extreme-attraction/

1666367

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['438149'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"30x30x10","rental_id":"438149","rental_name":"Grand Slammer Mechanical Inflatable","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002299179\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022438149\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Grand SLammer Transparent copy_469716.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Grand SLammer Transparent copy_469716_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022857621\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022438149\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/grand_slammer_1670434212.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/grand_slammer_1670434212_big.jpg\u0022}}"};

Grand Slammer Mechanical Inflatable

from $1,600.00

Grand+Slammer+Mechanical+Inflatable

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/grand-slammer-mechanical-inflatable/

438149

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['438679'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"20\u0027 X 20\u0027 X 10\u0027","rental_id":"438679","rental_name":"Mechanical Bull","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222146583\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022438679\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM_1760718306.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM_1760718306_big.jpg\u0022}}"};

Mechanical Bull

from $1,400.00

Mechanical+Bull

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/mechanical-bull-4-hour-rental/

438679

Limited

Hidden

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1058187'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"","rental_id":"1058187","rental_name":"Mechanical Pumpkin","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022209179\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u00221058187\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5596 (1)_1723578944.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5596 (1)_1723578944_big.jpg\u0022}}"};

Mechanical Pumpkin

from $1,400.00

Mechanical+Pumpkin

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/mechanical-pumpkin/

1058187

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1702349'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1702349","rental_name":"Mechanical Reindeer Attachment","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022847919\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221702349\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/reindeer_1669648916.jfif\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/reindeer_1669648916_big.jfif\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022857801\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221702349\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image7_1670440153.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image7_1670440153_big.jpeg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u0022865153\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221702349\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Reindeer Inflatable Image_1671134275.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Reindeer Inflatable Image_1671134275_big.jpg\u0022}}"};

Mechanical Reindeer Attachment

from $1,400.00

Mechanical+Reindeer+Attachment

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/mechanical-reindeer-attachment/

1702349

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['438681'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"18x18x12","rental_id":"438681","rental_name":"Mechanical Shark Attachment","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002299647\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022438681\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/mechanical shark_944180925.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/mechanical shark_944180925_big.jpg\u0022}}"};

Mechanical Shark Attachment

from $1,400.00

Mechanical+Shark+Attachment

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/mechanical-shark-attachment/

438681

Limited

Hidden

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['438685'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"30x30x10","rental_id":"438685","rental_name":"Meltdown","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002299651\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022438685\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Meltdown_400423.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Meltdown_400423_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022857679\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022438685\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/The-Meltdown (1)_1670436583.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/The-Meltdown (1)_1670436583_big.jpg\u0022}}"};

Meltdown

from $1,575.00

Meltdown

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/meltdown/

438685

Limited

Hidden

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['546715'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"33\u0027 L X 12\u0027 W X 12\u0027 H","rental_id":"546715","rental_name":"Mobile Escape Room (Min. 4hr rental)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222131917\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022546715\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/EscapeRoom_1759433653.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/EscapeRoom_1759433653_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022638363\u0022,\u0022rentalimage_createtime\u0022:\u00221647106929\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221647106929\u0022,\u0022rentalimage_itemid\u0022:\u0022546715\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Escape Room 2_814508.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/Ultrasound\/images\/Escape Room 2_814508_big.jpg\u0022}}"};

Mobile Escape Room (Min. 4hr rental)

from $3,500.00

Mobile+Escape+Room+%28Min.+4hr+rental%29

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/escape-room/

546715

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1296635'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"20\u0027Wx28\u0027Lx18\u0027H","rental_id":"1296635","rental_name":"Pirate Ship National Treasure Carnival Ride","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221661115\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221296635\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_6265_1731617058.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_6265_1731617058_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221661117\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221296635\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_6252_1731617058.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_6252_1731617058_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221571169\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221296635\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Pirate Ship Carnival Ride_1722355738.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Pirate Ship Carnival Ride_1722355738_big.jpg\u0022}}"};

Pirate Ship National Treasure Carnival Ride

from $3,800.00

Pirate+Ship+National+Treasure+Carnival+Ride

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/pirate-ship-carnival-ride/

1296635

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2534223'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2534223","rental_name":"Razzmatazz Ballistic Swing","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221741191\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222534223\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/500x500 images (3)_1737572383.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/500x500 images (3)_1737572383_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00222135421\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222534223\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/8647242871531209671 (1)_1759762819.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/8647242871531209671 (1)_1759762819_big.jpg\u0022}}"};

Razzmatazz Ballistic Swing

from $5,000.00

Razzmatazz+Ballistic+Swing

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/razzmatazz-ballistic-swing/

2534223

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1669325'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"40x48","rental_id":"1669325","rental_name":"Roller Rink (40x48) Up to 60 skaters","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022822287\u0022,\u0022rentalimage_createtime\u0022:\u00221666895840\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221666895840\u0022,\u0022rentalimage_itemid\u0022:\u00221669325\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/roller rink_1738875000.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/roller rink_1738875000_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221774377\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221669325\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4157_1738875973.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4157_1738875973_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221774379\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221669325\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4155_1738875973.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4155_1738875973_big.jpg\u0022}}"};

Roller Rink (40×48) Up to 60 skaters

from $2,500.00

Roller+Rink+%2840×48%29+Up+to+60+skaters

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/roller-rink-40×68-up-to-60-skaters/

1669325

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2533197'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"13 x 11 x 10","rental_id":"2533197","rental_name":"Santa Sleigh","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221660079\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222533197\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Santa Sleigh_1731522571.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Santa Sleigh_1731522571_big.png\u0022}}"};

Santa Sleigh

from $750.00

Santa+Sleigh

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/santa-sleigh/

2533197

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2113975'] = {"indoor_outdoor":"","staff":"","electric":"4.00","dimensions":"32x32x22","rental_id":"2113975","rental_name":"Thunder Mountain","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221315477\u0022,\u0022rentalimage_createtime\u0022:\u00221706885599\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221706885599\u0022,\u0022rentalimage_itemid\u0022:\u00222113975\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/inflatablerockwall (1)_1705006255.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/inflatablerockwall (1)_1705006255_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221571211\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222113975\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Thunder Mountain 2_1722356053.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Thunder Mountain 2_1722356053_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221571213\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222113975\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Thunder Mountain_1722356054.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Thunder Mountain_1722356054_big.jpg\u0022}}"};

Thunder Mountain

from $1,800.00

Thunder+Mountain

https://www.aspartyrental.com/cincinnati/inventory/inflatable-rentals/thunder-mountain/

2113975

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2910741'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"2910741","rental_name":"UltraIce Ice Rink 40x28 ( 4x8 pieces)","images_arr":"{}"};

UltraIce Ice Rink 40×28 ( 4×8 pieces)

from $3,500.00

UltraIce+Ice+Rink+40×28+%28+4×8+pieces%29

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/ultraice-ice-rink-40×28-see-lindsey/

2910741

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['2780157'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"","rental_id":"2780157","rental_name":"Virtual Reality Roller Coaster Rental","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222078375\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00222780157\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Virtual Coaster_1756222594.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Virtual Coaster_1756222594_big.jpg\u0022}}"};

Virtual Reality Roller Coaster Rental

from $1,999.00

Virtual+Reality+Roller+Coaster+Rental

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/virtual-reality-rollercoaster-rental/

2780157

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1137109'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"1137109","rental_name":"Zero Gravity","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022553501\u0022,\u0022rentalimage_createtime\u0022:\u00221640010486\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221640010486\u0022,\u0022rentalimage_itemid\u0022:\u00221137109\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Zero Gravity_512182225.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Zero Gravity_512182225_big.jpg\u0022}}"};

Zero Gravity

from $19,000.00

Zero+Gravity

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/zero-gravity/

1137109

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216175'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"216175","rental_name":"Rock Climbing Wall","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022850095\u0022,\u0022rentalimage_createtime\u0022:\u00221669829932\u0022,\u0022rentalimage_modifiedtime\u0022:\u00221669829932\u0022,\u0022rentalimage_itemid\u0022:\u0022216175\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/24 Rockwall_797023775.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/24 Rockwall_797023775_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022857797\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216175\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image2_1670440109.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image2_1670440109_big.jpeg\u0022}}"};

Rock Climbing Wall

from $1,500.00

Rock+Climbing+Wall

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/rock-climbing-wall/

216175

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216263'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"18x7x75","rental_id":"216263","rental_name":"Criss Cross Collision Course","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002253621\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022216263\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/images\/6a4f471d1d4b72e28c06557eb6e8434e.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/images\/6a4f471d1d4b72e28c06557eb6e8434e.jpg\u0022}}"};

Criss Cross Collision Course

from $0.00

Criss+Cross+Collision+Course

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/criss-cross-collision-course-4-hour-rental/

216263

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['490563'] = {"indoor_outdoor":"","staff":"","electric":"3.00","dimensions":"30\u0027x30\u0027","rental_id":"490563","rental_name":"Dizzy X (Min. 4hr rental)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022837497\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022490563\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/dizzy-x-inflatable-rental_1668102382.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/dizzy-x-inflatable-rental_1668102382_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u0022837499\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022490563\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/dizzy-x-inflatable-rentals-2_1668102382.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/dizzy-x-inflatable-rentals-2_1668102382_big.jpg\u0022}}"};

Dizzy X (Min. 4hr rental)

from $1,600.00

Dizzy+X+%28Min.+4hr+rental%29

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/dizzy-x-inflatable-4-hour-rental/

490563

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['310000'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"32\u0027 tall 9\u0027 wide 300\u0027 long","rental_id":"310000","rental_name":"Extreme Dual Mobile Zip Line","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00222146561\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022310000\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (6)_1760718090.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (6)_1760718090_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00222146563\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022310000\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (3)_1760718090.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Photo Oct 13 2025, 3 21 58 PM (3)_1760718090_big.jpg\u0022}}"};

Extreme Dual Mobile Zip Line

from $5,500.00

Extreme+Dual+Mobile+Zip+Line

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/extreme-dual-mobile-zip-line-4-hour-rental/

310000

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['658331'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"40\u0027x28\u0027","rental_id":"658331","rental_name":"Iceless Ice Rink 40x28","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022840519\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022658331\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/icesless_1668614446.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/icesless_1668614446_big.jpeg\u0022}}"};

Iceless Ice Rink 40×28

from $3,800.00

Iceless+Ice+Rink+40×28

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/iceless-ice-rink-2/

658331

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['1401369'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"40\u0027x48\u0027","rental_id":"1401369","rental_name":"Iceless Ice Rink 40x48","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221266303\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u00221401369\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_1581_1703706078.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_1581_1703706078_big.jpg\u0022}}"};

Iceless Ice Rink 40×48

from $5,500.00

Iceless+Ice+Rink+40×48

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/iceless-ice-rink/

1401369

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216413'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"20\u0027 X 20\u0027 X 10\u0027","rental_id":"216413","rental_name":"Mechanical Bull Base Ride","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221213203\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216413\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4280 (1)_1698175296.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_4280 (1)_1698175296_big.JPG\u0022}}"};

Mechanical Bull Base Ride

from $0.00

Mechanical+Bull+Base+Ride

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/mechanical-bull-base-ride/

216413

Limited

Dropdown

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['227707'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"20\u0027 X 20\u0027 X 10\u0027","rental_id":"227707","rental_name":"Mechanical Bull Premium","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221267229\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022227707\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Product-Image-940x450-New-Deluxe-Bull_02-600x287_1703771130.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Product-Image-940x450-New-Deluxe-Bull_02-600x287_1703771130_big.jpg\u0022}}"};

Mechanical Bull Premium

from $0.00

Mechanical+Bull+Premium

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/mechanical-bull-premium-4-hour-rental/

227707

Limited

Dropdown

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216415'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"30x10x30","rental_id":"216415","rental_name":"Meltdown \/ Wipeout Game","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022827521\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216415\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Toxic20Meltdown_406997584_big_1667503184.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Toxic20Meltdown_406997584_big_1667503184_big.jpg\u0022}}"};

Meltdown / Wipeout Game

from $0.00

Meltdown+%2F+Wipeout+Game

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/meltdown-wipeout-game/

216415

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['592945'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"35 x 29 x 15","rental_id":"592945","rental_name":"Ninja Warrior Run","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u00221212539\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/aspartyninja_1698087913.png\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/aspartyninja_1698087913_big.png\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221212541\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/aspartyrentalninja_1698087913.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/aspartyrentalninja_1698087913_big.jpg\u0022},\u00222\u0022:{\u0022rentalimage_id\u0022:\u00221212543\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00222\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/ninja_1698087914.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/ninja_1698087914_big.jpg\u0022},\u00223\u0022:{\u0022rentalimage_id\u0022:\u00221571187\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00223\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior_1722355827.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior_1722355827_big.jpg\u0022},\u00224\u0022:{\u0022rentalimage_id\u0022:\u00221571189\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00224\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior 3_1722355827.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior 3_1722355827_big.jpg\u0022},\u00225\u0022:{\u0022rentalimage_id\u0022:\u00221571191\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022592945\u0022,\u0022rentalimage_order\u0022:\u00225\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior 2_1722355827.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Ninja Warrior 2_1722355827_big.jpg\u0022}}"};

Ninja Warrior Run

from $3,750.00

Ninja+Warrior+Run

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/ninja-warrior/

592945

Limited

Dropdown

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['600861'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"600861","rental_name":"Petting Zoo Base Price (Plus Animal Cost)","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022827523\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022600861\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image_1667503250.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image_1667503250_big.jpg\u0022}}"};

Petting Zoo Base Price (Plus Animal Cost)

from $1,500.00

Petting+Zoo+Base+Price+%28Plus+Animal+Cost%29

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/petting-zoo-base-price-plus-animal-cost/

600861

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['836815'] = {"indoor_outdoor":"","staff":"","electric":"2.00","dimensions":"40x40","rental_id":"836815","rental_name":"Tea Cup Ride","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022827861\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022836815\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_1721_1667566870.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_1721_1667566870_big.jpg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221213211\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022836815\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5706_1698175845.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5706_1698175845_big.JPG\u0022}}"};

Tea Cup Ride

from $3,600.00

Tea+Cup+Ride

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/tea-cup-ride-24-passengers-4-hour-rental/

836815

Limited

Dropdown

1

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['552869'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"","rental_id":"552869","rental_name":"Trackless Train","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022820501\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022552869\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/trackless-train1-600x469_1666792973.jpg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/trackless-train1-600x469_1666792973_big.jpg\u0022}}"};

Trackless Train

from $1,200.00

Trackless+Train

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/trackless-train/

552869

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216569'] = {"indoor_outdoor":"","staff":"","electric":"0.00","dimensions":"4 x 22 x7","rental_id":"216569","rental_name":"Trackless Train w\/ Roofed Carts","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u002253889\u0022,\u0022rentalimage_createtime\u0022:\u00220\u0022,\u0022rentalimage_modifiedtime\u0022:\u00220\u0022,\u0022rentalimage_itemid\u0022:\u0022216569\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Trackless Train NEW_832321.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Trackless Train NEW_832321_big.JPG\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221213201\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216569\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5743_1698174966.JPG\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/IMG_5743_1698174966_big.JPG\u0022}}"};

Trackless Train w/ Roofed Carts

from $1,400.00

Trackless+Train+w%2F+Roofed+Carts

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/trackless-train-w-roofed-carts/

216569

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

window.io_category_data = window.io_category_data || {}; window.io_category_data['216573'] = {"indoor_outdoor":"","staff":"","electric":"1.00","dimensions":"20x12x20","rental_id":"216573","rental_name":"Tubs of Fun","images_arr":"{\u00220\u0022:{\u0022rentalimage_id\u0022:\u0022857795\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216573\u0022,\u0022rentalimage_order\u0022:\u00220\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image8_1670440086.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/image8_1670440086_big.jpeg\u0022},\u00221\u0022:{\u0022rentalimage_id\u0022:\u00221571195\u0022,\u0022rentalimage_createtime\u0022:null,\u0022rentalimage_modifiedtime\u0022:null,\u0022rentalimage_itemid\u0022:\u0022216573\u0022,\u0022rentalimage_order\u0022:\u00221\u0022,\u0022rentalimage_imageloc\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Tubs of Fun (1)_1722355924.jpeg\u0022,\u0022rentalimage_imagelocbig\u0022:\u0022https:\/\/rental.software\/users\/reservations@asplayzone\/images\/Tubs of Fun (1)_1722355924_big.jpeg\u0022}}"};

Tubs of Fun

from $2,900.00

Tubs+of+Fun

https://www.aspartyrental.com/cincinnati/inventory/carnival-ride-rentals/tubs-of-fun/

216573

Limited

Dropdown

1

item unavailable (change date)

jQuery(document).ready(function () {
// Hide price when zero
jQuery(".rentNameIO_pricespan").each(function () {
if( !Number( this.textContent.replace(/[^0-9.-]+/g,"") ) ){
jQuery(this.parentElement).hide();
}
});
});

Carnival Rides & Extreme Attractions! 

Want to make an epic statement at your next event, check out our carnival rides and extreme attractions rentals – so many options!  Mobile Zip Line-we got it! Euro Bungee, we got it!  Rock Wall, yes, we have that too!  We have all the items you need for an extreme event.  Guests love our bumper cars, mini-golf, laser tag arena and mechanical bull.

We would love to talk to you about your extreme event options, call one of our event planning specialist today-  Cincinnati at 513-315-9110 or Dayton at 937-885-5454.

Ready to have an event or festival everyone will remember? Our carnival ride rentals and extreme attraction rentals will leave your guest wanting to come back to your event every year! Mobile Zip-line, Rock wall, Extreme Trampoline, Trackless trains and more! 

Planning a company picnic? We have carnival ride rentals for everyones budget big or small. 

Check out our YouTube Channel, Facebook , Pinterest & TikTok

Want to know what our customers think of our carnival ride rentals & extreme attractions ? Check out our reviews here.