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_date_added DateTimeOffset The date the album's artist was first added. 2013-10-18T12:51:23.864
artist_date_updated DateTimeOffset The last date the album's artist received a metadata update by the provider. 2013-10-18T12:51:23.880
artist_id Int32 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"
date_added DateTimeOffset 2013-10-18T12:51:23.864
date_deleted DateTimeOffset 2013-10-18T12:51:23.864
date_updated DateTimeOffset 2013-10-18T12:51:23.864
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
}

]
has_cover Boolean Whether a cover image has been received for this album. true or false
id Int32 The unique id for the album. 220967
is_explicit Boolean A Boolean representing if the album should be treated as having explicit content. true or false
label_id Int32 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"
name String The name of the album. "Blueprint 2.1"
number_of_tracks Int32 The number of tracks in the album. 12
original_release_date DateTimeOffset 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 Int32 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"
provider_spec_id Int32 The id of the album used by the provider. "00602527577494"
release_date DateTimeOffset The date the album was released. 2013-10-18T12:51:23.880
score Single Score this item received if it was returned as a search result. 2.24574018
status_id Int32 Status id of the album. Common album statuses:
7 - Active
18 - AlbumOnly
21 - PartialAlbumOnly
street_date DateTimeOffset The date the album became available for sale. 2013-10-18T12:51:23.880
tracks Media[] The collection of Media objects on this album. Must be expanded.
"tracks": [
    {
        "score": 0,
        "id": 1205941335,
        "title": "Wonder Twins Activate",
        "length": 134,
        "isrc": "QZABD2105597",
        "genre_id": 65,
        "genre_name": "Rock",
        "is_explicit": false,
        "track_number": 1,
        "volume_number": 1,
        "status_id": 7,
        "bitrate": 256,
        "artist_id": 222486,
        "artist_name": "Steven Page",
        "artist_date_updated": "2009-06-26T07:52:33.03-05:00",
        "artist_date_added": "2009-06-26T07:52:33.03-05:00",
        "album_id": 1262288368,
        "album_name": "Big Frequency",
        "album_upc": "1963620987412",
        "album_provider_spec_id": "1963620987412",
        "album_label_id": 1011200449,
        "album_label_name": "Super Sonic Noise",
        "album_provider_id": 62,
        "album_provider_name": "Dashgo",
        "album_artist_id": 222486,
        "album_is_explicit": false,
        "album_status_id": 7,
        "album_volume_number": 1,
        "album_number_of_tracks": 5,
        "album_street_date": "2022-10-20T00:00:00-05:00",
        "album_release_date": "2022-10-20T00:00:00-05:00",
        "album_genre_id": 0,
        "album_genre_name": "Rock",
        "provider_id": 62,
        "date_added": "2022-10-17T16:40:52.383-05:00",
        "date_updated": "2022-10-20T00:00:05.863-05:00",
        "street_date": "2022-10-20T00:00:00-05:00",
        "release_date": "2022-10-20T00:00:00-05:00",
        "original_release_date": null,
        "popularity_score_ever": 0,
        "popularity_score_month": 0
        
    }
]
upc String The UPC for the album. "00602527577494"
volume_number Int32 The volume number of the album. 1

Try It Out