Can the tire gem be used to find an identifier?

Hi.

I'm using the tire gem.

I can add items to an index.

I can search an index.

And I would now like to retrieve a single entry from the index using its _id.

I can do it using curl:

curl -X get http://localhost:9200/articles/article/FTHBxndrRa-aL1EkhSndmA

But I can't figure out how to do it using tire.

Please, thanks and with my regards,

Matthew