<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MusicKit",
  "identifier" : "/documentation/MusicKit/Station",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MusicKit"
    ],
    "preciseIdentifier" : "s:8MusicKit7StationV"
  },
  "title" : "Station"
}
-->

# Station

A music item that represents a station.

```
struct Station
```

## Topics

### Instance Properties

[`var artwork: Artwork?`](/documentation/MusicKit/Station/artwork)

The station artwork.

[`var contentRating: ContentRating?`](/documentation/MusicKit/Station/contentRating)

The rating of the content that potentially plays while playing the station.

[`var duration: TimeInterval?`](/documentation/MusicKit/Station/duration)

The duration of the stream.

[`var editorialNotes: EditorialNotes?`](/documentation/MusicKit/Station/editorialNotes)

The notes about the station that appear in the Music app.

[`var episodeNumber: Int?`](/documentation/MusicKit/Station/episodeNumber)

The episode number of the station.

[`let id: MusicItemID`](/documentation/MusicKit/Station/id)

The unique identifier for the station.

[`var isLive: Bool`](/documentation/MusicKit/Station/isLive)

A Boolean value that indicates whether the station is live.

[`var name: String`](/documentation/MusicKit/Station/name)

The name of the station.

[`var playParameters: PlayParameters?`](/documentation/MusicKit/Station/playParameters)

The parameters to use to play the station.

[`var stationProviderName: String?`](/documentation/MusicKit/Station/stationProviderName)

The name of the entity that provides the station.

[`var url: URL?`](/documentation/MusicKit/Station/url)

The URL for the station.

### Default Implementations

[FilterableMusicItem Implementations](/documentation/MusicKit/Station/FilterableMusicItem-Implementations)

## Relationships

### Conforms To

[`PlayableMusicItem`](/documentation/MusicKit/PlayableMusicItem)

[`Escapable`](/documentation/Swift/Escapable)

[`Equatable`](/documentation/Swift/Equatable)

[`Identifiable`](/documentation/Swift/Identifiable)

[`MusicRecentlyPlayedRequestable`](/documentation/MusicKit/MusicRecentlyPlayedRequestable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`MusicCatalogSearchable`](/documentation/MusicKit/MusicCatalogSearchable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`FilterableMusicItem`](/documentation/MusicKit/FilterableMusicItem)

[`MusicItem`](/documentation/MusicKit/MusicItem)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Decodable`](/documentation/Swift/Decodable)

[`Copyable`](/documentation/Swift/Copyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Encodable`](/documentation/Swift/Encodable)

[`MusicPropertyContainer`](/documentation/MusicKit/MusicPropertyContainer)

[`MusicPersonalRecommendationItem`](/documentation/MusicKit/MusicPersonalRecommendationItem)

---

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)