Hello,
I edited your Echo Nest API key out of your post. Treat your API key as a secret!
I can't tell if you are setting your Echo Nest API key. Are you setting the ECHO_NEST_API_KEY
environment variable? If not, you need to do something like this in your program, before making any API calls:
from pyechonest import config
config.ECHO_NEST_API_KEY="YOUR API KEY"
You haven't hit this yet, but it looks like you are trying to use your Echo Nest API key when making a request to LyricFind; you'll need your own LyricFind API key as well.