Common/music/v1.1/HeadlineReview

Jump to: navigation, search

HeadlineReview

Contains a capsule review that sums up the critical and historical perspective of an item in one or two sentences.

Elements

NameTypeDescription
author string Author of the review.
text string The full text of the review.

XML Response Example

<headlineReview>
  <text>Perhaps the biggest album in music history, MJ's 1980s masterpiece is a true ambassador of what pop music can be.</text>
  <author/>
</headlineReview>

JSON Response Example

{
  text: "Perhaps the biggest album in music history, MJ's 1980s masterpiece is a true ambassador of what pop music can be.",
  author: ""
}
 
Personal tools