You can't override the shipping price with 0 in the product as 0 is ignored.
You would have to use another method. For example, set a weight in the other products and a weight of 0 in that product.
Then, in your existing shipping method, set a min weight of 0.01 and create a new shipping method with a price of 0 and a max weight of 0.01.
That way, when you only have tickets in the cart, the total weight will be 0 and the free shipping method will display, and otherwise, you will see the other shipping method.