Home | Index

Yahoo! Music API Guide

Responses

Release List Response (application/xml - ym:Releases)

main

<Release id="39740611" 
         rating="-1" 
         title="Myths Of The Near Future" 
         rights="0" 
         label="Geffen" 
         UPC="602517206526" 
         explicit="0"
         releaseYear="2007">

See “Release XML Block” for XML attributes & description.

tracks

<Track id="2050686" title="American Life" discNumber="1" trackNumber="1" explicit="1"
       popularity="3" duration="298" rights="1904" />
<Track id="2050687" title="American Life" discNumber="1" trackNumber="2" explicit="1"
       popularity="3" duration="309" rights="1904" />
<Track id="2050688" title="American Life" discNumber="1" trackNumber="3" explicit="1"
       popularity="3" duration="321" rights="1904" />
<Track id="2050689" title="American Life" discNumber="1" trackNumber="4" explicit="1"
       popularity="3" duration="255" rights="1904" />
<Track id="2050690" title="American Life"discNumber="1" trackNumber="5" explicit="1"
       popularity="3" duration="284" rights="1904" />
<Track id="2050691" title="American Life" discNumber="1" trackNumber="6" explicit="1"
       popularity="3" duration="224" rights="1904" />
<Track id="2050692" title="American Life" discNumber="1" trackNumber="7" explicit="1"
       popularity="3" duration="332" rights="1904" />
<Track id="2050693" title="American Life" discNumber="1" trackNumber="8" explicit="1"
       popularity="3" duration="300" rights="1904" />
<Track id="2050694" title="American Life" discNumber="1" trackNumber="9" explicit="1"
       popularity="3" duration="276" rights="1904" />
<Track id="2050695" title="American Life" discNumber="1" trackNumber="10" explicit="1"
       popularity="3" duration="263" rights="1904" />
<Track id="2050696" title="American Life" discNumber="1" trackNumber="11"explicit="1"
       popularity="3" duration="305" rights="1904" />      

See “Track XML Block” for XML attributes & description.

artists

<Artist id="256352" name="Madonna" sortName="Madonna"/>

See “Artist XML Block” for XML attributes & description.

categories

<Category id="7318717" name="Mainstream Pop" type="Genre" typeID="1" />
<Category id="7318718" name="Soft Pop" type="Genre" typeID="1" />
<Category id="7318647" name="Pop" type="Genre" typeID="1" />

See “Category XML Block” for XML attributes & description.

fans

<Fan ymid="1209748465" yid="jmattessich" />
<Fan ymid="1028089063" yid="egjeckeln" />
<Fan ymid="1528105020" yid="princehaldir" />

See “Fans XML Block” for XML attributes & description.

reviews

<Review id="14254860" source="AMG" publishDate="2005-07-13">
        Performed by a vocalist who had recently
        abandoned the U.S. for the U.K., American Life is an album co-produced
        by a French techno mastermind, recorded during a time of strife in
        America, and released just after the country completed a war. Given
        that context and given that the vocalist is arguably the biggest star
        in the world, the title can't help but carry some import, carry the
        weight of social commentary. And it follows through on that promise,
        sometimes explicitly and sometimes implicitly, but either way,
        American Life winds up as the first Madonna record with ambitions as
        serious as a textbook. It plays as somberly as either Like a Prayer or
        Ray of Light, just as it delves into an insular darkness as deep as
        Erotica while retaining the club savviness of the brilliant,
        multi-colored Music. This is an odd mixture, particularly when it's
        infused with a searching, dissatisfied undercurrent and a musical
        sensibility that is at once desperate and adventurous, pitched halfway
        between singer/songwriterisms and a skimming of current club culture.
        It's pulled tight between these two extremes, particularly because the
        intimate guitar-based songs (and there are a lot of them, almost all
        beginning with just her and a guitar) are all personal meditations,
        with the dance songs usually functioning as vehicles for social
        commentary. Even if the sparer ballads are introspective, they're
        treated as soundscapes by producer Mirwais, giving them an unsettling
        eerie quality that is mirrored by the general hollowness of the club
        songs. There's a lot that's <i>interesting</i> about
        American Life -- the half-hearted stabs at politics fall aside, and
        there are things bubbling in the production that are quite infectious,
        while the stretch from "Nobody Knows Me" to "X-Static Process" in the
        middle of the record can be quite moving. ~ Stephen Thomas Erlewine,
        All Music Guide
</Review>

See “Review XML Block” for XML attributes & description.

sorts

<Sorts>
        <Sort name="Artist Name">
                <Order name="Artist Name ascending" id="artistName+" default="1" />
                <Order name="Artist Name descending" id="artistName-" />
        </Sort>
        <Sort name="Date Added">
                <Order name="Date Added descending" id="dateAdded-" default="1" />
                <Order name="Date Added ascending" id="dateAdded+" />
        </Sort>
</Sorts>

See “Sorts XML Block” for XML attributes & description.