の一部であるはずのEchonest
response
を取得したい。song duration
audio_summary
params = {
'type':'artist-radio',
'artist':artist,
'results': 3,
'bucket' : ['id:spotify-WW', 'tracks'],
'limit': True
}
response = en.get('playlist/static', **params)
songs = response['songs']
では、 song を取得するには、上記の例でどちらを使用すればよいでしょうかduration
?key/value
注:使用されているラッパーはpyen