Record

track

No description available.

record track {
  access: option​<track-access-enum>,
  artwork-url: option​<string>,
  available-country-codes: option​<string>,
  bpm: option​<s32>,
  comment-count: option​<s32>,
  commentable: option​<bool>,
  created-at: option​<string>,
  description: option​<string>,
  download-count: option​<s32>,
  download-url: option​<string>,
  downloadable: option​<string>,
  duration: option​<s32>,
  embeddable-by: option​<string>,
  favoritings-count: option​<s32>,
  genre: option​<string>,
  id: option​<s32>,
  isrc: option​<string>,
  key-signature: option​<string>,
  kind: option​<string>,
  label-name: option​<string>,
  license: option​<string>,
  permalink-url: option​<string>,
  playback-count: option​<s32>,
  purchase-title: option​<string>,
  purchase-url: option​<string>,
  release: option​<string>,
  release-day: option​<s32>,
  release-month: option​<s32>,
  release-year: option​<s32>,
  reposts-count: option​<s32>,
  secret-uri: option​<string>,
  sharing: option​<string>,
  stream-url: option​<string>,
  streamable: option​<bool>,
  tag-list: option​<string>,
  title: option​<string>,
  uri: option​<string>,
  user: option​<meta-user>,
  user-favorite: option​<bool>,
  user-playback-count: option​<s32>,
  waveform-url: option​<string>,
}

Fields

NameTypeDescription
accessoption​<track-access-enum>
artwork-urloption​<string>
available-country-codesoption​<string>
bpmoption​<s32>
comment-countoption​<s32>
commentableoption​<bool>
created-atoption​<string>
descriptionoption​<string>
download-countoption​<s32>
download-urloption​<string>
downloadableoption​<string>
durationoption​<s32>
embeddable-byoption​<string>
favoritings-countoption​<s32>
genreoption​<string>
idoption​<s32>
isrcoption​<string>
key-signatureoption​<string>
kindoption​<string>
label-nameoption​<string>
licenseoption​<string>
permalink-urloption​<string>
playback-countoption​<s32>
purchase-titleoption​<string>
purchase-urloption​<string>
releaseoption​<string>
release-dayoption​<s32>
release-monthoption​<s32>
release-yearoption​<s32>
reposts-countoption​<s32>
secret-urioption​<string>
sharingoption​<string>
stream-urloption​<string>
streamableoption​<bool>
tag-listoption​<string>
titleoption​<string>
urioption​<string>
useroption​<meta-user>
user-favoriteoption​<bool>
user-playback-countoption​<s32>
waveform-urloption​<string>