---
title: playURL
framework: tvservices
role: symbol
role_heading: Instance Property
path: tvservices/tvcontentitem/playurl
---

# playURL

A URL that causes the app which created this content item to begin playing the item at the user’s current position.

## Declaration

```swift
var playURL: URL? { get set }
```

## Discussion

Discussion When the user presses play on the remote, opened, your application is launched if it wasn’t already running and then your UIApplication delegate is called. If at all possible, your application should immediately begin playing the content without any prompting for other information or displaying any other UI. Your app should start playback at the user’s current position within the content.

## See Also

### Inspecting the Application Launch Properties

- [displayURL](tvservices/tvcontentitem/displayurl.md)
