>>> s
<themoviedb.routes_sync.search.Search object at 0x7f6325f77a50>
>>> [_ for _ in s.movies('Oppenheimer') if len(_.title) < 14][0].release_date
datetime.date(2024, 1, 12)
>>> [_ for _ in s.movies('Oppenheimer') if len(_.title) < 14][0].title
'Oppenheimer'
>>> [_ for _ in s.movies('Oppenheimer') if len(_.title) < 14][0].id
872585
>>>
https://www.themoviedb.org/movie/872585-oppenheimer Id of 872585 with name Oppenheimer has release date of 2023.