<!--
{
  "documentType" : "article",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/playlist-property-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Playlist property keys"
}
-->

# Playlist property keys

Keys that contain information about a playlist.

## Discussion

Use these keys with the [`canFilter(byProperty:)`](/documentation/MediaPlayer/MPMediaEntity/canFilter(byProperty:)) and [`value(forProperty:)`](/documentation/MediaPlayer/MPMediaEntity/value(forProperty:)) methods to obtain information about a playlist. You can use properties described as “filterable” to build media property predicates (see [`MPMediaPropertyPredicate`](/documentation/MediaPlayer/MPMediaPropertyPredicate)).

## Topics

### Property keys

[`let MPMediaPlaylistPropertyAuthorDisplayName: String`](/documentation/MediaPlayer/MPMediaPlaylistPropertyAuthorDisplayName)

App defined name for the playlist.

[`let MPMediaPlaylistPropertyName: String`](/documentation/MediaPlayer/MPMediaPlaylistPropertyName)

The name of the playlist.

[`let MPMediaPlaylistPropertyDescriptionText: String`](/documentation/MediaPlayer/MPMediaPlaylistPropertyDescriptionText)

Descriptive text for the playlist.

[`let MPMediaPlaylistPropertyPersistentID: String`](/documentation/MediaPlayer/MPMediaPlaylistPropertyPersistentID)

The persistent identifier for the playlist.

[`let MPMediaPlaylistPropertyPlaylistAttributes: String`](/documentation/MediaPlayer/MPMediaPlaylistPropertyPlaylistAttributes)

The attributes associated with the playlist.

[`let MPMediaPlaylistPropertyCloudGlobalID: String`](/documentation/MediaPlayer/MPMediaPlaylistPropertyCloudGlobalID)

The cloud identifier for the playlist.

[`let MPMediaPlaylistPropertySeedItems: String`](/documentation/MediaPlayer/MPMediaPlaylistPropertySeedItems)

The items seeded to generate the playlist; applies only to Genius playlists.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)