Type name: MusicRecording
Extends CreativeWork
| Name | Type | Description |
|---|---|---|
| byArtist | MusicGroup | The artist that performed this album or recording. |
| duration | Duration | The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format. |
| inAlbum | MusicAlbum | The album to which this recording belongs. |
| inPlaylist | MusicPlaylist | The playlist to which this recording belongs. |
| isrcCode | Text | The International Standard Recording Code for the recording. |
| recordingOf | MusicComposition | The composition this track is a recording of. |