Movielogr

movie poster

Rating: 3 stars

Tags

Alamo South

Seen 1 time

Seen on: 04/03/2010

View on: IMDb | TMDb

The Runaways (2010)

Directed by Floria Sigismondi

Drama

Most recently watched by sensoria, noahphex, jenerator

Overview

Joan Jett and Cherie Currie, two rebellious teenagers from Southern California, become the frontwomen for The Runaways—the now-legendary group that paved the way for future generations of female rockers. Under the Svengali-like influence of impresario Kim Fowley, the band becomes a huge success.

Rated R | Length 106 minutes

Actors

Michael Shannon | Dakota Fanning | Brendan Sexton III | Brett Cullen | Scout Taylor-Compton | Kristen Stewart | Keir O'Donnell | Johnny Lewis | Hannah Marks | Alia Shawkat | Robert Romanus | Tatum O'Neal | Stella Maeve | Time Winters | Riley Keough | Lisa Long | Peggy Stewart | Nick Eversman | Conrad Bluth | Allie Grant | Adam Silver

Viewing Notes

While I’m familiar enough with Joan Jett and know a little about The Runaways I didn’t know anything about their history going into this docu-drama film about their start.

What I got was a pretty interesting, but somewhat predictable take on the meteoric rise of the first all girl rock band, fronted by Cherie Curie, Joan Jett, Lita Ford and Sandy West.

Standing out for me in this movie was Kristen Stewart, who up until this role I had really only seen her lame lip-biting sucktasticness in that first Twilight film. However, I found her to be much more dynamic and actually believable as Joan Jett in The Runaways. Playing Curie was Dakota Fanning, who, just on a personal level, I still have a hard time as seeing as anything less than a little girl. I think it’s something she’s going to have a hard time overcoming and this film is certainly a step in the right direction.

If the story is true to the events, The Runaways got their start as somewhat produced and put together by Kim Fowley (played excellently by Michael Shannon). What he had the girls do was to toughen up and be as hard as guys so they were taken seriously as a band. He even went so far as to, during rehearsals, have kids throw garbage collected from outside the trailer they practiced in, at them. He also basically had them embrace their sexuality and use it as a force to be reckoned with. This is an awkward thing for someone like Fanning, who not only is super young, but also someone audiences have always just seen as a little girl. I guess it’s no Hounddog, which was way more of a challenge, but it shows she’s trying to break out and seems to be getting more successful at it.

All in all, while the movie does get a little slow in the end where we see the inevitable decline of the band due to conflicting interests, drugs and the band being played against each other by producer Fowley, overall it’s an interesting look at what is a hugely influential band.

It’s movies like this that have me looking back on artists I knew only a little about and will have me listening to more of their music. Also it gives me faith that down the line Stewart can hopefully break out of just being Bella and that Fanning will continue to grow as an actress.

Comments

No comments yet. Log in and be the first!

  BENCHMARKS  
Loading Time: Base Classes  0.0015
Controller Execution Time ( Members / Movie Detail )  0.0250
Total Execution Time  0.0266
  GET DATA  
No GET data exists
  MEMORY USAGE  
548,800 bytes
  POST DATA  
No POST data exists
  URI STRING  
members/noahphex/movie_detail/4129
  CLASS/METHOD  
members/movie_detail
  DATABASE:  movielogr_dev (Members:$db)   QUERIES: 17 (0.0061 seconds)  (Hide)
0.0003   SELECT 1
FROM 
`ml_sessions`
WHERE `id` = 'de92bf605ad7a0aa29128a40d3ea009290481089'
AND `ip_address` = '216.73.216.111' 
0.0002   SELECT GET_LOCK('9da444f15f70c6dcaad70e3b1d596ae8'300) AS ci_session_lock 
0.0002   SELECT `data`
FROM `ml_sessions`
WHERE `id` = 'de92bf605ad7a0aa29128a40d3ea009290481089'
AND `ip_address` = '216.73.216.111' 
0.0002   SELECT `username`, `user_id`
FROM `ml_users`
WHERE `username` = 'noahphex'
 
LIMIT 1 
0.0002   SELECT `MV`.`title_id`, `MT`.`tmdb_id`
FROM `ml_movie_titles` `MT`
LEFT JOIN `ml_movies` `MVON `MV`.`title_id` = `MT`.`title_id`
WHERE `MV`.`movie_id` = 4129
AND `MV`.`user_id` = 8
 LIMIT 1 
0.0004   SELECT `star_rating`
FROM `ml_users`
WHERE `ml_users`.`user_id` = 8
 LIMIT 1 
0.0002   SET SESSION group_concat_max_len 12288 
0.0021   SELECT `MV`.`title_id`, `MV`.`movie_id`, COUNT(DISTINCT MV.title_id) AS mv_count, `title`, `prefix`, `year`, `imdb_link`, `MT`.`imdb_id`, `MT`.`tmdb_id`, `overview`, `certification`, `runtime`, `genre_id_01`, `genre_id_02`, `genre_id_03`, MAX(MP.filename) AS filename, `G1`.`genre_nameAS `genre_name_01`, `G2`.`genre_nameAS `genre_name_02`, `G3`.`genre_nameAS `genre_name_03`, `date_viewed`, `notes`, `MV`.`format_id`, `FMT`.`format_name`, `MV`.`source_id`, `SRC`.`source_name`, `MV`.`device_id`, `DVC`.`device_name`, `MV`.`rating_id`, `STR`.`star_rating`, `rewatch`, GROUP_CONCAT(DISTINCT(DR.director_name) ORDER BY DR.tmdb_director_id ASC SEPARATOR "|") AS directorsGROUP_CONCAT(DISTINCT(DR.tmdb_director_id) ORDER BY DR.tmdb_director_id ASC SEPARATOR "|") AS director_idsGROUP_CONCAT(DISTINCT(ACT.actor_name) ORDER BY ACT.tmdb_actor_id ASC SEPARATOR "|") AS actorsGROUP_CONCAT(DISTINCT(ACT.tmdb_actor_id) ORDER BY ACT.tmdb_actor_id ASC SEPARATOR "|") AS actor_ids
FROM 
`ml_movie_titles` `MT`
LEFT JOIN `ml_movies` `MVON `MV`.`title_id` = `MT`.`title_id`
LEFT JOIN `ml_movie_posters` `MPON `MV`.`title_id` = `MP`.`title_id`
LEFT JOIN `ml_lookup_genres` `G1ON `MV`.`genre_id_01` = `G1`.`genre_id`
LEFT JOIN `ml_lookup_genres` `G2ON `MV`.`genre_id_02` = `G2`.`genre_id`
LEFT JOIN `ml_lookup_genres` `G3ON `MV`.`genre_id_03` = `G3`.`genre_id`
LEFT JOIN `ml_lookup_formats` `FMTON `MV`.`format_id` = `FMT`.`format_id`
LEFT JOIN `ml_lookup_sources` `SRCON `MV`.`source_id` = `SRC`.`source_id`
LEFT JOIN `ml_lookup_devices` `DVCON `MV`.`device_id` = `DVC`.`device_id`
LEFT JOIN `ml_movie_ratings_five_star` `STRON `MV`.`rating_id` = `STR`.`rating_id`
LEFT JOIN `ml_junction_movies_directors` `JMDON `MT`.`title_id` = `JMD`.`title_id`
LEFT JOIN `ml_directors_new` `DRON `JMD`.`tmdb_director_id` = `DR`.`tmdb_director_id`
LEFT JOIN `ml_junction_movies_actors` `JMAON `MT`.`title_id` = `JMA`.`title_id`
LEFT JOIN `ml_actors_new` `ACTON `JMA`.`tmdb_actor_id` = `ACT`.`tmdb_actor_id`
WHERE `MV`.`movie_id` = 4129
AND `MV`.`user_id` = 8
ORDER BY 
`date_viewedDESC 
0.0002   SET SESSION group_concat_max_len 1024 
0.0003   SELECT `event_title`, `JME`.`event_id`
FROM `ml_junction_movies_events` `JME`
LEFT JOIN `ml_movie_events` `EVON `JME`.`event_id` = `EV`.`event_id`
WHERE `JME`.`movie_id` = 4129 
0.0003   SELECT `tag`, `JMT`.`tag_id`
FROM `ml_junction_movies_tags` `JMT`
LEFT JOIN `ml_tags` `MTON `JMT`.`tag_id` = `MT`.`tag_id`
WHERE `JMT`.`movie_id` = 4129 
0.0002   SELECT `star_rating`
FROM `ml_users`
WHERE `ml_users`.`user_id` = 8
 LIMIT 1 
0.0002   SELECT `rating_id`
FROM `ml_movies` `MV`
WHERE `MV`.`user_id` = 8
AND `MV`.`movie_id` = 4129
 LIMIT 1 
0.0002   SELECT `star_rating`
FROM `ml_movie_ratings_five_star` `MR`
WHERE `MR`.`rating_id` = '14'
 
LIMIT 1 
0.0003   SELECT `MV2`.`date_viewed`, `MV2`.`movie_id`
FROM `ml_movies` `MV`
LEFT JOIN `ml_movies` `MV2ON `MV`.`title_id` = `MV2`.`title_idAND `MV`.`user_id` = `MV2`.`user_id`
WHERE `MV`.`user_id` = 8
AND `MV`.`movie_id` = 4129
GROUP BY 
`MV2`.`movie_id`
ORDER BY `MV2`.`date_viewedDESC 
0.0002   SELECT `comment_id`, `comment`, `commenter_id`, `timestamp`, `username`, `email_address`
FROM `ml_comments` `MC`
JOIN `ml_users` `MUON `MU`.`user_id` = `MC`.`commenter_id`
WHERE `movie_id` = 4129 
0.0002   SELECT `username`, `date_viewed`, `MV`.`movie_id`
FROM `ml_users` `MU`
JOIN `ml_movies` `MVON `MV`.`user_id` = `MU`.`user_id`
JOIN `ml_movie_titles` `MTON `MT`.`title_id` = `MV`.`title_id`
WHERE `MT`.`title_id` = 1960
ORDER BY 
`date_viewedDESC
 LIMIT 10 
  HTTP HEADERS  (Show)
  SESSION DATA  (Show)
  CONFIG VARIABLES  (Show)