Gautam Rode Interview: Scripts and characters matter to me, not the medium!
In an exclusive interview with BollywoodMDB, popular actor Gautam Rode talks about his upcoming film Aksar 2 and much more.
Popular actor Gautam Rode started his career from television and followed it up with a small role in a film called Annarth (2002). In absence of good opportunities in films, he moved to television again and has been consistently delivering absolutely electric performances in a plethora of shows, ranging from fantasy shows to mythological ones. When filmmaker Anant Mahadevan offered Gautam a good role in his next film, Aksar 2 , he could not turn it down. As the film races towards its release on 17th November, BollywoodMDB correspondent, Mohnish Singh, catches up with the actor to talk about his film, his journey so far and much more. Excerpts…
A. I am playing an investment banker called Patrick Sharma. Once he gets an exciting opportunity and feels he can avail it to his advantage, but when he enters that zone, he comes to know that he is not the only one waiting to grab that opportunity; there are some other players also. Every character in the film is playing a game. Who ultimately wins that game is what forms the crux of the story.
A. I have never played a character like this before. It is the first time when I am trying my hands at something like this. Patrick is a bit positive, but he is flawed also and is opportunistic. For me, it is a very realistic character. Why I say it is realistic because, be it on television or in films for that matter, the main character in either very positive or very evil.
When you are in danger, you first think how to get out of the situation and survive. You don’t think about what is right or wrong. So, the character which I am playing is like that. Aksar 2 is a situation-driven film. Circumstances are governing the moves of each and every character in the movie.
A. Wherever I get good work, I go there. When I was playing some very interesting characters on television, good films did not come my way. The shows which I did on TV, be it Saraswatichandra, Maha Kumbh, Suryaputra Karn, belonged to different genres and offered me some powerful, brilliantly written characters. Saraswatichandra was a romantic drama; Maha Kumbh was an intense thriller and Suryaputra Karn, a mythological show. I was also hosting reality shows in between. This period of four-five years on television was creatively very satisfying for me as I got an opportunity to showcase my talent through a diverse range of characters belonging to different genres.
A. There were offers, but I did not take them up because I am the kind of person who fulfills one commitment at a time. I accomplish one project and then move on to the other.
I took up Aksar 2 when I was done with all my television commitments. I did not leave anybody in the lurch to come back to films. When I heard the script of Aksar 2, I found my character to be very unique, so I said yes to the makers. Scripts and characters matter to me, not the medium.
A. I feel very lucky that I got an opportunity to play an array of characters on television. They were written and presented beautifully. Frankly speaking, it was a deliberate move to pick up roles that were powerful and different from what is generally popular on TV. I was also offered those kinds of (saab-bahu) shows, but I was very clear that I did not want to do them.
Coming back to your question whether or not television is regressive, I feel we need to weigh TV and films on the same scale. Both produce good quality and bad quality content. Television has produced a number of great content-driven shows but, at the same time, there are some regressive shows also. The same is with films; there are some good films and then there are bad films also. This ratio, however, gets up and down at times.
A. As actors, we don’t feel comfortable in mediocre roles. This kind of phase comes in an actor’s life when his family’s survival is at stake. When you don’t have proper money to take care of your family, you can go to any extent. If I don’t get into any such financial crisis, I will never do a role which I feel does not do justice to my talent.
A. Not yet.
RELEATED POST
LATEST POST
KWK 8: Kareena Kapoor Talks About His Son Jeh
Web Series Nov 17, 2023 03:19 AM IST
Bollywood Nov 16, 2023 06:32 PM IST
Shah Rukh Khan And Ranveer Singh To Team Up For Karan Johar’s Mega Action Film? Here's What We Know!
Telivison Nov 16, 2023 06:15 PM IST
Bigg Boss 17: Devoleena Bhattacharjee Slams Vicky Jain, Says "I Feel Bad For Ankita.."
Bollywood Nov 16, 2023 08:36 PM IST
Vicky Kaushal Is Unrecognisable In Long Beard; Fans React
Movies | Opening | Total Collection |
---|---|---|
Vedaa | 6.75 cr | 6.75 cr |
Khel Khel Mein | 5.23 cr | 25.74 cr |
Stree 2 | 55.40 cr | 526.43 cr |
Bad Newz | 8.62 cr | 58.98 cr |
Sarfira | 2.50 cr | 17.65 cr |
Kill | 1.35 cr | 24.15 cr |
Kalki 2898 AD | 22.50 cr | 277.40 cr |
Ishq Vishk Rebound | 1 cr | 4.50 cr |
(function () { var input = document.querySelector('#input'); input.addEventListener("input", function(e) { document.querySelector('#mySidenav').classList.remove("bg-opacity-75") if(e.target.value.length >2){ const xhr = new XMLHttpRequest(); xhr.onload=function(){ const serverReponse=document.querySelector("#div1"); serverReponse.innerHTML=this.responseText; }; var url="https://www.bollywoodmdb.com/search?search="+ e.target.value; xhr.open("GET", url); xhr.setRequestHeader("Content-type","application/x-www-form-urlencoded"); xhr.send(); } }); })(); $('#calenderlistt').children('#calenderChildd').each(function() { let $this = $(this); if ($this.width() < $('#calenderlistt').width()) { $('#scrollbtn').css('display','none'); } }) $(".search_btn").on('click', function(){ $("#mySidenav").css("width" ,"32.24rem"); // $("#input").focus(); document.querySelector("#input").focus(); }); $("#clear").on('click', function(){ $("#input").val(""); }); $("#close_btn").on('click', function(){ $("#mySidenav").css("width" ,"0"); }); $(".login").on('click', function(){ $("#myModal").show(); }); $("#close").on('click', function(){ $("#myModal").hide(); }); $("#facebook").on('click', function(){ var urlpop=$("#facebook").val(); window.open(urlpop, "_blank"); }); $("#google").on('click', function(){ var urlpop=$("#google").val(); window.open(urlpop, "_blank"); }); $("#movieDirtFoo").on('click', function(){ $("#movieDireLi").removeClass("hidden"); $("#celeDireLi").addClass("hidden"); $("#compDireLi").addClass("hidden"); $("#movieDirtFoo").addClass("activeDirect"); $("#companyDirtFoo").removeClass("activeDirect"); $("#celeDirtFoo").removeClass("activeDirect"); $("#movieDirYr").removeClass("hidden"); }); $("#companyDirtFoo").on('click', function(){ $("#movieDireLi").addClass("hidden"); $("#celeDireLi").addClass("hidden"); $("#compDireLi").removeClass("hidden"); $("#movieDirtFoo").removeClass("activeDirect"); $("#companyDirtFoo").addClass("activeDirect"); $("#celeDirtFoo").removeClass("activeDirect"); $("#movieDirYr").addClass("hidden"); }); $("#celeDirtFoo").on('click', function(){ $("#movieDireLi").addClass("hidden"); $("#celeDireLi").removeClass("hidden"); $("#compDireLi").addClass("hidden"); $("#movieDirtFoo").removeClass("activeDirect"); $("#companyDirtFoo").removeClass("activeDirect"); $("#celeDirtFoo").addClass("activeDirect"); $("#movieDirYr").addClass("hidden"); });