---
title: appearsOn
framework: musickit
role: symbol
role_heading: Instance Property
path: musickit/album/appearson
---

# appearsOn

A collection of playlists that include tracks from the album.

## Declaration

```swift
var appearsOn: MusicItemCollection<Playlist>? { get }
```
