\n"
+ ],
+ "application/vnd.google.colaboratory.intrinsic+json": {
+ "type": "dataframe",
+ "variable_name": "million_songs",
+ "summary": "{\n \"name\": \"million_songs\",\n \"rows\": 57650,\n \"fields\": [\n {\n \"column\": \"artist\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 643,\n \"samples\": [\n \"Ziggy Marley\",\n \"O.A.R.\",\n \"Styx\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"song\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 44824,\n \"samples\": [\n \"Tear Me Down\",\n \"Lakky Lady\",\n \"They All Went To Mexico\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"link\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 57650,\n \"samples\": [\n \"/w/wishbone+ash/right+or+wrong_20147150.html\",\n \"/a/aerosmith/this+little+light+of+mine_20644484.html\",\n \"/f/fall+out+boy/dance+dance_10113666.html\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"text\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 57494,\n \"samples\": [\n \"When the grey skies turn to blue \\r\\nAnd the dark clouds blow away \\r\\nIn the morning of a new life \\r\\nWhen the sun comes shining through \\r\\nWhen the grey skies turn to blue \\r\\nIn the morning of a new life \\r\\nWhen the sun comes shining through \\r\\nWhen the grey skies turn to blue \\r\\nMeet me on a bright and windy day \\r\\nWhen the breeze has blown \\r\\nThe gray skies far away \\r\\nHigh upon a hillside \\r\\nWhen the sun comes shining through \\r\\nAnd the grey skies turn to blue \\r\\nWhen the grey skies turn to blue \\r\\nWhen the grey skies turn to blue \\r\\n\\r\\n\",\n \"I met a girl a wonderful girl \\r\\nWho's really got a lot to recommend her for a girl \\r\\nFabulous creature without any doubt \\r\\nHey what am I getting so excited about \\r\\nShe's just a girl an everyday girl \\r\\nAnd yet I guess she's really rather special for a girl \\r\\nFor once you've seen her the others are not \\r\\nHey what am I getting so excited about \\r\\nBut so what what has she got others have not \\r\\nTwo eyes two lips a nose all girls have some of those \\r\\nBut when she looks up at me what do I see \\r\\nThe most enchanting face my pulse begins to race \\r\\nHey I met a girl a marvelous girl \\r\\nShe rarer than uranium and fairer than a pearl \\r\\nFound me a treasure and I want to shout \\r\\nHey what am I getting so excited about \\r\\nBut so what what has she got others have not \\r\\nTwo eyes two lips a nose all girls have some of those \\r\\nBut when she looks up at me what do I see \\r\\nThe most enchanting face my pulse begins to race \\r\\n(I got a girl a marvelous girl) \\r\\n(She rarer than uranium and fairer than a pearl) \\r\\nFound me a treasure and I want to shout \\r\\nThis is what am I getting so excited about \\r\\n(He met a girl) and I fell in love today\\r\\n\\r\\n\",\n \"She's over by the corner \\r\\nGot her hands by her sides \\r\\nThey hit her harder harder harder \\r\\nTill they thought she might die \\r\\n \\r\\nWell I got a foggy notion, \\r\\nDo it again \\r\\nOver by the corner, \\r\\nDo it again \\r\\nI got my calamine lotion baby, \\r\\nDo it again \\r\\nI got a foggy notion, \\r\\nDo it again \\r\\n \\r\\nShe made me do something \\r\\nThat I never did before \\r\\nI rushed right down \\r\\nTo a flower store \\r\\nI bought her a bundle \\r\\nA beautiful batch \\r\\nDon't you know something, \\r\\nShe sent 'em right back \\r\\n \\r\\nSally Mae, Sally Mae, \\r\\nSally Mae, Sally Mae \\r\\nSally Mae, Sally Mae, \\r\\nSally Mae, Sally Mae\\r\\n\\r\\n\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}"
+ }
+ },
+ "metadata": {},
+ "execution_count": 9
+ }
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "source": [
+ "# Connecting User Preferences to the Million Song Dataset and LastFM API\n",
+ "The user preferences dataset has a songID index which matches the index in the million song dataset, and also accesses new features from Last Fm such as:\n",
+ "\n",
+ "- listeners\n",
+ "- playcount\n",
+ "- tags (genres)\n"
+ ],
+ "metadata": {
+ "id": "4NyKHfJwvZdB"
+ }
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "user_preferences = user_preferences.drop(['level_0'], axis=1)"
+ ],
+ "metadata": {
+ "id": "rJ26n9g2hKIx"
+ },
+ "execution_count": 10,
+ "outputs": []
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "user_preferences.head()"
+ ],
+ "metadata": {
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 293
+ },
+ "id": "sQ4TsOCnvEua",
+ "outputId": "7a788493-9540-4515-f646-1d25e1a52ae9"
+ },
+ "execution_count": 11,
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/plain": [
+ " songID artist song \\\n",
+ "0 19632 Toto You Are The Flower \n",
+ "1 19632 Toto You Are The Flower \n",
+ "2 25284 Billie Holiday I Only Have Eyes For You \n",
+ "3 43594 Michael Bolton Only A Woman Like You \n",
+ "4 50200 Rascal Flatts The Day Before You \n",
+ "\n",
+ " link \\\n",
+ "0 /t/toto/you+are+the+flower_20139737.html \n",
+ "1 /t/toto/you+are+the+flower_20139737.html \n",
+ "2 /b/billie+holiday/i+only+have+eyes+for+you_200... \n",
+ "3 /m/michael+bolton/only+a+woman+like+you_101792... \n",
+ "4 /r/rascal+flatts/the+day+before+you_10238985.html \n",
+ "\n",
+ " text userID listeners \\\n",
+ "0 You never lose a minute, if in it there is lov... 0 25307 \n",
+ "1 You never lose a minute, if in it there is lov... 0 25307 \n",
+ "2 My love must be a kind of blind love, \\r\\nI c... 0 60356 \n",
+ "3 It's beautiful, your honesty \\r\\nYou cry when... 0 4595 \n",
+ "4 I had all but given up \\r\\nOn finding the one... 0 22077 \n",
+ "\n",
+ " playcount tags \n",
+ "0 87344 AOR, rock, soft rock, 70s, pop rock \n",
+ "1 87344 AOR, rock, soft rock, 70s, pop rock \n",
+ "2 178625 jazz, female vocal, vocal jazz, blues, female ... \n",
+ "3 13266 Ballad, romantic, soul, pop, cool \n",
+ "4 86012 country, rock, contemporary country, seen live... "
+ ],
+ "text/html": [
+ "\n",
+ "
\n",
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
\n",
+ "
songID
\n",
+ "
artist
\n",
+ "
song
\n",
+ "
link
\n",
+ "
text
\n",
+ "
userID
\n",
+ "
listeners
\n",
+ "
playcount
\n",
+ "
tags
\n",
+ "
\n",
+ " \n",
+ " \n",
+ "
\n",
+ "
0
\n",
+ "
19632
\n",
+ "
Toto
\n",
+ "
You Are The Flower
\n",
+ "
/t/toto/you+are+the+flower_20139737.html
\n",
+ "
You never lose a minute, if in it there is lov...
\n",
+ "
0
\n",
+ "
25307
\n",
+ "
87344
\n",
+ "
AOR, rock, soft rock, 70s, pop rock
\n",
+ "
\n",
+ "
\n",
+ "
1
\n",
+ "
19632
\n",
+ "
Toto
\n",
+ "
You Are The Flower
\n",
+ "
/t/toto/you+are+the+flower_20139737.html
\n",
+ "
You never lose a minute, if in it there is lov...
\n",
+ "
0
\n",
+ "
25307
\n",
+ "
87344
\n",
+ "
AOR, rock, soft rock, 70s, pop rock
\n",
+ "
\n",
+ "
\n",
+ "
2
\n",
+ "
25284
\n",
+ "
Billie Holiday
\n",
+ "
I Only Have Eyes For You
\n",
+ "
/b/billie+holiday/i+only+have+eyes+for+you_200...
\n",
+ "
My love must be a kind of blind love, \\r\\nI c...
\n",
+ "
0
\n",
+ "
60356
\n",
+ "
178625
\n",
+ "
jazz, female vocal, vocal jazz, blues, female ...
\n",
+ "
\n",
+ "
\n",
+ "
3
\n",
+ "
43594
\n",
+ "
Michael Bolton
\n",
+ "
Only A Woman Like You
\n",
+ "
/m/michael+bolton/only+a+woman+like+you_101792...
\n",
+ "
It's beautiful, your honesty \\r\\nYou cry when...
\n",
+ "
0
\n",
+ "
4595
\n",
+ "
13266
\n",
+ "
Ballad, romantic, soul, pop, cool
\n",
+ "
\n",
+ "
\n",
+ "
4
\n",
+ "
50200
\n",
+ "
Rascal Flatts
\n",
+ "
The Day Before You
\n",
+ "
/r/rascal+flatts/the+day+before+you_10238985.html
\n",
+ "
I had all but given up \\r\\nOn finding the one...
\n"
+ ],
+ "application/vnd.google.colaboratory.intrinsic+json": {
+ "type": "dataframe",
+ "variable_name": "user_preferences",
+ "summary": "{\n \"name\": \"user_preferences\",\n \"rows\": 7615,\n \"fields\": [\n {\n \"column\": \"songID\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 16791,\n \"min\": 3,\n \"max\": 57620,\n \"num_unique_values\": 3395,\n \"samples\": [\n 38212,\n 26983,\n 10318\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"artist\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 568,\n \"samples\": [\n \"Justin Bieber\",\n \"Roy Orbison\",\n \"Kinks\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"song\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 3184,\n \"samples\": [\n \"All N My Grill\",\n \"Love Is Blind\",\n \"Born To Make You Happy\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"link\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 3395,\n \"samples\": [\n \"/j/john+mellencamp/serious+business_20074559.html\",\n \"/c/cat+stevens/love+lives+in+the+sky_20826557.html\",\n \"/k/kenny+chesney/life+is+good_20077648.html\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"text\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 3392,\n \"samples\": [\n \"Am I leaving you tomorrow, \\r\\nI can't see \\r\\nIs this how it's going to be? \\r\\nIn the morning must I go, \\r\\nSo let's take a little time, \\r\\nSee what's on your mind \\r\\nIs there something I should know? \\r\\n \\r\\nI thought we went through all this yesterday \\r\\nYou said you were OK, \\r\\nYou just had to take it slow \\r\\nI'm tired of these little games you play, \\r\\nAre you here to stay \\r\\nIs there something I should know? \\r\\n \\r\\n[Chorus] \\r\\nIs there something I should know? \\r\\n \\r\\nI think everything we've seen, \\r\\nIt was just a dream \\r\\nHow did we get so low? \\r\\nTo leave it all behind would be obscene \\r\\nWhere's your self-esteem? \\r\\nIs there something I should know? \\r\\n \\r\\n[Chorus] \\r\\n \\r\\nWe can keep on talking, \\r\\nYou know I've got all night \\r\\nBut don't keep telling me, \\r\\nThat everything's all right \\r\\nIt's not all right. \\r\\n \\r\\nI'm leaving you tomorrow, \\r\\nCan't you see \\r\\nThis is how it's got to be, \\r\\nIn the morning I must go \\r\\nSo let's take a little time, \\r\\nSee what's on your mind \\r\\nIs there something I should know? \\r\\n \\r\\n[Chorus]\\r\\n\\r\\n\",\n \"You're talking to me from the back of my car \\r\\nAnd I can't get nothing right \\r\\nAnd then you wonder why stand at the bar \\r\\nDay and night \\r\\n \\r\\nI've had enough \\r\\nI can't put up with any more \\r\\nNo no no no no no no \\r\\nI've had enough \\r\\nI can't put up with any more \\r\\nNo no no no no no no \\r\\n \\r\\nYou stand behind me with a watch in your hand \\r\\nAnd I can't get nothing done \\r\\nWell, people tell me you're punctual man \\r\\nBut come on \\r\\n \\r\\nI've had enough \\r\\nI can't put up with any more \\r\\nNo no no no no no no \\r\\nI've had enough \\r\\nI can't put up with any more \\r\\nNo no no no no no no \\r\\n \\r\\nI earn the money and you take it away \\r\\nWhen I don't know where you're from \\r\\nI should be worried but they say \\r\\nIt'll pay for a bomb \\r\\n \\r\\nI've had enough \\r\\nI can't put up with any more \\r\\nNo no no no no no no \\r\\nI've had enough \\r\\nI can't put up with any more \\r\\nNo no no no no no no \\r\\n \\r\\nI've had enough \\r\\n \\r\\nBaby you know sometimes you get a little weary \\r\\nBut if it ever happens honey \\r\\nYou just come along to me \\r\\nBecause you know \\r\\n \\r\\nI've had enough \\r\\nI can't put up with any more \\r\\nNo no no no no no no \\r\\nI've had enough \\r\\nI can't put up with any more \\r\\nNo no no no no no no.\\r\\n\\r\\n\",\n \"Union Jack is back with a hole in his head \\r\\nHe's gettin' badly burned every time \\r\\nHe's laughin' at me and dancin' on my sneakers \\r\\nAnd his sixties songs are blowin' up my speakers \\r\\n \\r\\nI say you got no respect \\r\\nRespect for authority \\r\\nYou're just playing your dirty tricks \\r\\nAnd then come cryin' to me \\r\\n \\r\\n[Chorus] \\r\\nHit and run, hit and run \\r\\nIt's just a hit and run \\r\\nAnother hit and run \\r\\n \\r\\nThe bulldog lost his bite and his breath has gone bad \\r\\nAnd the whole damn world is really laughin' mad \\r\\n \\r\\n[Chorus] \\r\\n \\r\\nHit it!! \\r\\nOh bring it down \\r\\nOh you bring it down \\r\\n \\r\\nI say you ain't got no respect \\r\\nI say you ain't got no respect \\r\\nNo you ain't got no respect \\r\\nAnd you hit me when I'm down \\r\\n \\r\\nHit and run, hit and run \\r\\nIt's just another hit and run \\r\\nI said it's just another hit and run \\r\\n \\r\\nOh yeah, hit and run \\r\\nOh yeah, hit and run \\r\\nOh yeah, hit and run \\r\\nOh yeah, hit and run \\r\\nOh yeah, hit and run \\r\\nIt's just another hit and run \\r\\nHit and run\\r\\n\\r\\n\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"userID\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 2,\n \"min\": 0,\n \"max\": 9,\n \"num_unique_values\": 10,\n \"samples\": [\n 8,\n 1,\n 5\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"listeners\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 154517,\n \"min\": 0,\n \"max\": 2270686,\n \"num_unique_values\": 3010,\n \"samples\": [\n 6547,\n 33359,\n 409276\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"playcount\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 1173037,\n \"min\": 0,\n \"max\": 22996487,\n \"num_unique_values\": 3213,\n \"samples\": [\n 219016,\n 71959,\n 1165908\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"tags\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 2705,\n \"samples\": [\n \"Contemporary Gospel, Mellow, gospel, Kirk Franklin, Contemporary Gospel Tag\",\n \"singer-songwriter, own\",\n \"blues, classic rock, 60s, female vocalists, blues rock\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}"
+ }
+ },
+ "metadata": {},
+ "execution_count": 11
+ }
+ ]
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "user_preferences.shape"
+ ],
+ "metadata": {
+ "colab": {
+ "base_uri": "https://localhost:8080/"
+ },
+ "id": "4hOldSUkvMld",
+ "outputId": "055dfcdc-0707-4059-a5fc-ebcca10cbbfa"
+ },
+ "execution_count": 12,
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/plain": [
+ "(7615, 9)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 12
+ }
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "source": [
+ "# User Preferences\n",
+ "\n",
+ "We have user data for 10 synthetically generated users. It represents the user's preferences. It was created using by selection at random for each user the top n (random for each user, from 5-10) similar tracks to a randomly sampled song from a randomly sampled set of songs (songs_per_users is random for each user, between 50-100).\n",
+ "\n",
+ "For example, the amount of songs in a user's preference library is calculated by multiplying the top_n value by the songs_per_users value."
+ ],
+ "metadata": {
+ "id": "5gKDsSGlswhv"
+ }
+ },
+ {
+ "cell_type": "markdown",
+ "source": [
+ "## Sample User Preferences"
+ ],
+ "metadata": {
+ "id": "m9dxn7DPvsEH"
+ }
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "random_user = user_preferences.sample(n=1)['userID'].values[0]\n",
+ "random_user_preferences = user_preferences[user_preferences['userID'] == random_user]"
+ ],
+ "metadata": {
+ "id": "tmGMRqwbvu1U"
+ },
+ "execution_count": 23,
+ "outputs": []
+ },
+ {
+ "cell_type": "code",
+ "source": [
+ "random_user_preferences"
+ ],
+ "metadata": {
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 580
+ },
+ "id": "AhepmD8_v8yI",
+ "outputId": "ae317e74-c5b9-4abd-a1e5-dff306eb7f81"
+ },
+ "execution_count": 24,
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/plain": [
+ " songID artist song \\\n",
+ "2113 44397 The Monkees Zor And Zam \n",
+ "2114 44397 The Monkees Zor And Zam \n",
+ "2115 16877 Rainbow Man On The Silver Mountain \n",
+ "2116 24846 Beautiful South Don't Fear The Reaper \n",
+ "2117 10640 King Diamond The Puppet Master \n",
+ "... ... ... ... \n",
+ "2968 50017 Ramones I Love You \n",
+ "2969 41978 LL Cool J The Breakthrough \n",
+ "2970 57493 Young Jeezy Talk To Em \n",
+ "2971 57513 Youngbloodz Just A Dream \n",
+ "2972 54681 Usher If I Want To \n",
+ "\n",
+ " link \\\n",
+ "2113 /m/monkees/zor+and+zam_10182944.html \n",
+ "2114 /m/monkees/zor+and+zam_10182944.html \n",
+ "2115 /r/rainbow/man+on+the+silver+mountain_20113626... \n",
+ "2116 /b/beautiful+south/dont+fear+the+reaper_100269... \n",
+ "2117 /k/king+diamond/the+puppet+master_20294667.html \n",
+ "... ... \n",
+ "2968 /r/ramones/i+love+you_20113831.html \n",
+ "2969 /l/ll+cool+j/the+breakthrough_20081048.html \n",
+ "2970 /y/young+jeezy/talk+to+em_20376883.html \n",
+ "2971 /y/youngbloodz/just+a+dream_20148851.html \n",
+ "2972 /u/usher/if+i+want+to_20142585.html \n",
+ "\n",
+ " text userID listeners \\\n",
+ "2113 By Bill Chadwick and John Chadwick \\r\\nThe ki... 3 5284 \n",
+ "2114 By Bill Chadwick and John Chadwick \\r\\nThe ki... 3 5284 \n",
+ "2115 I'm a wheel, I'm a wheel \\r\\nI can roll, I ca... 3 282694 \n",
+ "2116 All our times have come \\r\\nHere but now they... 3 13927 \n",
+ "2117 Night time in Budapest \\r\\nSo many people are... 3 21814 \n",
+ "... ... ... ... \n",
+ "2968 When I look in your eyes I see words I can't d... 3 43083 \n",
+ "2969 Knuckleheads spreadin' gossip all over town \\... 3 6312 \n",
+ "2970 Like the person needs his soul \"uh huh, jeah\" ... 3 12812 \n",
+ "2971 It ain't a thang in this world that's gonna kn... 3 1980 \n",
+ "2972 [Usher] (JD) \\r\\nEvery time I look up \\r\\nI ... 3 44359 \n",
+ "\n",
+ " playcount tags \n",
+ "2113 21293 rock, 1968, genre: psychedelic rock, genre: ps... \n",
+ "2114 21293 rock, 1968, genre: psychedelic rock, genre: ps... \n",
+ "2115 1515721 hard rock, classic rock, rock, Rainbow, heavy ... \n",
+ "2116 45108 cover, covers, Mellow, pop, great cover \n",
+ "2117 101564 heavy metal, horror metal, metal, Favorite Art... \n",
+ "... ... ... \n",
+ "2968 150614 punk rock, punk, cover, 90s, covers \n",
+ "2969 14407 hip hop, test \n",
+ "2970 43358 rap, Dirty South, southern rap \n",
+ "2971 3010 brain2brain \n",
+ "2972 128071 rnb, pop, sexy, Usher, jermaine dupri \n",
+ "\n",
+ "[860 rows x 9 columns]"
+ ],
+ "text/html": [
+ "\n",
+ "
\n",
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ "
\n",
+ "
\n",
+ "
songID
\n",
+ "
artist
\n",
+ "
song
\n",
+ "
link
\n",
+ "
text
\n",
+ "
userID
\n",
+ "
listeners
\n",
+ "
playcount
\n",
+ "
tags
\n",
+ "
\n",
+ " \n",
+ " \n",
+ "
\n",
+ "
2113
\n",
+ "
44397
\n",
+ "
The Monkees
\n",
+ "
Zor And Zam
\n",
+ "
/m/monkees/zor+and+zam_10182944.html
\n",
+ "
By Bill Chadwick and John Chadwick \\r\\nThe ki...
\n",
+ "
3
\n",
+ "
5284
\n",
+ "
21293
\n",
+ "
rock, 1968, genre: psychedelic rock, genre: ps...
\n",
+ "
\n",
+ "
\n",
+ "
2114
\n",
+ "
44397
\n",
+ "
The Monkees
\n",
+ "
Zor And Zam
\n",
+ "
/m/monkees/zor+and+zam_10182944.html
\n",
+ "
By Bill Chadwick and John Chadwick \\r\\nThe ki...
\n",
+ "
3
\n",
+ "
5284
\n",
+ "
21293
\n",
+ "
rock, 1968, genre: psychedelic rock, genre: ps...
\n",
+ "
\n",
+ "
\n",
+ "
2115
\n",
+ "
16877
\n",
+ "
Rainbow
\n",
+ "
Man On The Silver Mountain
\n",
+ "
/r/rainbow/man+on+the+silver+mountain_20113626...
\n",
+ "
I'm a wheel, I'm a wheel \\r\\nI can roll, I ca...
\n",
+ "
3
\n",
+ "
282694
\n",
+ "
1515721
\n",
+ "
hard rock, classic rock, rock, Rainbow, heavy ...
\n",
+ "
\n",
+ "
\n",
+ "
2116
\n",
+ "
24846
\n",
+ "
Beautiful South
\n",
+ "
Don't Fear The Reaper
\n",
+ "
/b/beautiful+south/dont+fear+the+reaper_100269...
\n",
+ "
All our times have come \\r\\nHere but now they...
\n",
+ "
3
\n",
+ "
13927
\n",
+ "
45108
\n",
+ "
cover, covers, Mellow, pop, great cover
\n",
+ "
\n",
+ "
\n",
+ "
2117
\n",
+ "
10640
\n",
+ "
King Diamond
\n",
+ "
The Puppet Master
\n",
+ "
/k/king+diamond/the+puppet+master_20294667.html
\n",
+ "
Night time in Budapest \\r\\nSo many people are...
\n",
+ "
3
\n",
+ "
21814
\n",
+ "
101564
\n",
+ "
heavy metal, horror metal, metal, Favorite Art...
\n",
+ "
\n",
+ "
\n",
+ "
...
\n",
+ "
...
\n",
+ "
...
\n",
+ "
...
\n",
+ "
...
\n",
+ "
...
\n",
+ "
...
\n",
+ "
...
\n",
+ "
...
\n",
+ "
...
\n",
+ "
\n",
+ "
\n",
+ "
2968
\n",
+ "
50017
\n",
+ "
Ramones
\n",
+ "
I Love You
\n",
+ "
/r/ramones/i+love+you_20113831.html
\n",
+ "
When I look in your eyes I see words I can't d...
\n",
+ "
3
\n",
+ "
43083
\n",
+ "
150614
\n",
+ "
punk rock, punk, cover, 90s, covers
\n",
+ "
\n",
+ "
\n",
+ "
2969
\n",
+ "
41978
\n",
+ "
LL Cool J
\n",
+ "
The Breakthrough
\n",
+ "
/l/ll+cool+j/the+breakthrough_20081048.html
\n",
+ "
Knuckleheads spreadin' gossip all over town \\...
\n",
+ "
3
\n",
+ "
6312
\n",
+ "
14407
\n",
+ "
hip hop, test
\n",
+ "
\n",
+ "
\n",
+ "
2970
\n",
+ "
57493
\n",
+ "
Young Jeezy
\n",
+ "
Talk To Em
\n",
+ "
/y/young+jeezy/talk+to+em_20376883.html
\n",
+ "
Like the person needs his soul \"uh huh, jeah\" ...
\n",
+ "
3
\n",
+ "
12812
\n",
+ "
43358
\n",
+ "
rap, Dirty South, southern rap
\n",
+ "
\n",
+ "
\n",
+ "
2971
\n",
+ "
57513
\n",
+ "
Youngbloodz
\n",
+ "
Just A Dream
\n",
+ "
/y/youngbloodz/just+a+dream_20148851.html
\n",
+ "
It ain't a thang in this world that's gonna kn...
\n",
+ "
3
\n",
+ "
1980
\n",
+ "
3010
\n",
+ "
brain2brain
\n",
+ "
\n",
+ "
\n",
+ "
2972
\n",
+ "
54681
\n",
+ "
Usher
\n",
+ "
If I Want To
\n",
+ "
/u/usher/if+i+want+to_20142585.html
\n",
+ "
[Usher] (JD) \\r\\nEvery time I look up \\r\\nI ...