VL Group

Rhymba v3.6 Documentation

Albums

The following properties are available for $select and other operations when querying the Albums() collection.

Field Name Type Description Example
artist_dateadded datetime The date the album's artist was first added. 2013-10-18T12:51:23.864
artist_dateupdated datetime The last date the album's artist received a metadata update by the provider. 2013-10-18T12:51:23.880
artist_id integer The unique id of the artist that created the album. 75397
artist_name string The name of the artist that created the album. "Jay-Z"
coverdeposited boolean Whether a cover image has been received for this album. true or false
geos Geo[] The collection of Geo objects for the tracks on this album. Must be expanded.
"geos": [
    {
        "id": "511176aa48ec44d499273e63ace0b191",
        "country_id": 43,
        "country_name": "Canada",
        "country_code": "CA",
        "currency": "CAD",
        "statusid": 7,
        "domainsum": 16,
        "pricecodeid": 6345,
        "streetdate": "2007-05-01T00:00:00",
        "releasedate": "2007-05-01T00:00:00",
        "pricecode": "TuneCoreAlbum",
        "price": "7.7000",
        "maxretailprice": "10.9900",
        "surcharge": "1.0000",
        "currencycode": "CAD"
    },
    {
        "id": "0e274462c0b840d3a30f23b715cc0848",
        "country_id": 254,
        "country_name": "United States",
        "country_code": "US",
        "currency": "USD",
        "statusid": 7,
        "domainsum": 16,
        "pricecodeid": 1313,
        "streetdate": "2007-05-01T00:00:00",
        "releasedate": "2007-05-01T00:00:00",
        "pricecode": "TuneCoreAlbum",
        "price": "7.7000",
        "maxretailprice": "10.9900",
        "surcharge": "1.0000",
        "currencycode": "USD"
    }
]
genres Genre[] The collection of Genre objects for the tracks on this album. Must be expanded.
"genres": [
{
"
name": "Rock",
"id": 65
},
{
"name": "Pop",
"id": 57
}

]
id integer The unique id for the album. 220967
isexplicit boolean A boolean representing if the album should be treated as having explicit content. true or false
label_id integer The unique id for the label that owns the album. 11054
label_name string The name of the label that owns the album. "Roc-a-Fella Records"
length decimal Length of the album in seconds. 3491.0
name string The name of the album. "Blueprint 2.1"
numberoftracks integer The number of tracks in the album. 12
original_release_date datetime To the best of our knowledge, the original date this album was released, separate from street or release date of a reissue, for instance. We determine this data externally from our content providers' metadata on an automated basis, and as such it is not available for all albums. 2011-12-12T12:51:23.880
provider_id integer The unique of id for the provider that distributed the album. 28
provider_name string The name of the provider that distributed the album. "UMG-MP3"
providerspecificid integer The id of the album used by the provider. "00602527577494"
releasedate datetime The date the album was released. 2013-10-18T12:51:23.880
relevant_name string Our best guess at the relevant name of this album, ignoring a large list of irrelevant "garbage" words, phrases, and bracketed/parenthetical content.
score decimal Score this item received if it was returned as a search result. 2.24574018
status_id integer Status id of the album. Common album statuses:
7 - Active
18 - AlbumOnly
21 - PartialAlbumOnly
streetdate datetime The date the album became available for sale. 2013-10-18T12:51:23.880
upc string The UPC for the album. "00602527577494"
volumenumber integer The volume number of the album. 1

Try It Out