fm.teal.stats.defs

teal.fm

Documentation

artistView object

No description available.

Properties

mbid string uri Optional

MusicBrainz artist ID URI, formatted as mbid:<uuid>

name string Optional

Artist name

playCount integer Optional

Total number of plays for this artist

View raw schema
{
  "type": "object",
  "properties": {
    "mbid": {
      "type": "string",
      "format": "uri",
      "description": "MusicBrainz artist ID URI, formatted as mbid:<uuid>"
    },
    "name": {
      "type": "string",
      "description": "Artist name"
    },
    "playCount": {
      "type": "integer",
      "description": "Total number of plays for this artist"
    }
  }
}
recordingView object

No description available.

Properties

mbid string uri Optional

MusicBrainz recording ID URI, formatted as mbid:<uuid>

name string Optional

Recording/track name

playCount integer Optional

Total number of plays for this recording

View raw schema
{
  "type": "object",
  "properties": {
    "mbid": {
      "type": "string",
      "format": "uri",
      "description": "MusicBrainz recording ID URI, formatted as mbid:<uuid>"
    },
    "name": {
      "type": "string",
      "description": "Recording/track name"
    },
    "playCount": {
      "type": "integer",
      "description": "Total number of plays for this recording"
    }
  }
}
releaseView object

No description available.

Properties

mbid string uri Optional

MusicBrainz release ID URI, formatted as mbid:<uuid>

name string Optional

Release/album name

playCount integer Optional

Total number of plays for this release

View raw schema
{
  "type": "object",
  "properties": {
    "mbid": {
      "type": "string",
      "format": "uri",
      "description": "MusicBrainz release ID URI, formatted as mbid:<uuid>"
    },
    "name": {
      "type": "string",
      "description": "Release/album name"
    },
    "playCount": {
      "type": "integer",
      "description": "Total number of plays for this release"
    }
  }
}

Lexicon Garden

@