Help with relational AR

Hello,

I have 3 tables:

items

id

slug

shows

id

item_id

genres_relations

item_id

genre_id

How can i get all shows where there genre_id is 2 (by using the item_id’s relations and items table).

Thanks, and sorry for my english.