---
title: isPlaying
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplistitem/isplaying
---

# isPlaying

A Boolean value that determines whether the list item displays its Now Playing indicator.

## Declaration

```swift
var isPlaying: Bool { get set }
```

## Discussion

Discussion If true, the list item displays its Now Playing indicator and positions it using the location that the playingIndicatorLocation property specifies. The default value is false.

## See Also

### Managing Playback Information

- [isExplicitContent](carplay/cplistitem/isexplicitcontent.md)
- [playingIndicatorLocation](carplay/cplistitem/playingindicatorlocation.md)
- [CPListItemPlayingIndicatorLocation](carplay/cplistitemplayingindicatorlocation.md)
- [playbackProgress](carplay/cplistitem/playbackprogress.md)
