VL Group

Rhymba v3.6 Documentation

Artists

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

Field Name Type Description Example
catalog_updated DateTimeOffset The date of a catalog update for the artist. 2019-07-02T00:00:00
date_added DateTimeOffset 2019-07-02T00:00:00
date_updated DateTimeOffset 2019-07-02T00:00:00
description String Bio for this artist. This data is sourced from Rovi and other sources, and may not be available, or, may be quite lengthy; you should only request this when you really need it for your UX. "Embodying the rags-to-riches rap dream, Jay-Z pulled himself up by his bootstraps as a youth to eventually become the reigning rapper of New York City and, in turn, a major-label executive following his short-lived retirement from music-making."
id Int32 The unique id of the artist returned. 75397
language String Language of the description we have received for this artist from Rovi "en"
media_genres Genre[] Requires expansion. Musical genres associated with this artist's media. Must be expanded.
"media_genres": [
{
"name": "Children's Music",
"id": 13
}
,
{
"name": "Classical",
"id": 18
}

]
media_providers Provider[] An array containing a list of providers associated with the artist. Must be expanded.
"media_providers": [
{
"name": "EMI",
"id": 2
},
{
"name": "UMG",
"id": 5
}
]
name String The name of the artist. "Jay-Z"
score Single Score this item received if it was returned as a search result. 9.942554

Try It Out