---
title: songs()
framework: shazamkit
role: symbol
role_heading: Instance Method
path: shazamkit/shmediaitem/songs()
---

# songs()

An array of MusicKit song objects that represent the media item.

## Declaration

```swift
func songs() async throws -> [Song]
```

## Discussion

Discussion For more information about the MusicKit song object, see Song.
