Description
The "playlist" object type represents an ordered list of time-based media items, such as video and audio objects.
Properties
Property name
|
Type
|
Required
|
Property Description
|
JSON field
|
Atom field
|
RSS field
|
title
|
string
|
yes
|
Name of the playlist
|
displayName
|
atom:title
|
|
summary
|
string
|
no
|
Description for the playlist
|
|
atom:summary |
|
owner
|
object
|
no
|
Owner of the playlist if different than actor
|
userid for now but needs to be global
|
atom:author
|
|
id
|
string
|
yes
|
Unique id for the object. Must be different than the activity id
|
id
|
atom:id
|
|
url
|
URI
|
yes
|
Playlist page
|
permalinkURL
|
atom:link rel="alternate"
|
|
published |
W3CDTF timestamp |
no |
Time the object was created |
published
|
atom:published |
|
updated |
W3CDTF timestamp |
no |
Last modification time |
updated |
atom:updated |
|
cover art |
array |
no |
Cover Art for playlist
|
thumbnails[] |
atom:link rel="preview" |
|
Verbs
- Post
- Share
- Update - For adding songs or videos to a playlist use Post with the proper target
- Delete
URI
What is the URI for the object? Most URIs will be in the form:
http://activitystrea.ms/schema/1.0/playlist
Examples
Sara created a playlist: 80's Music
Notes
Provide any useful notes or hints about this object.
Implementations
Where is this object implemented? Please list all known implementations with links to the relevant API documentation.
Maintainers
Who maintains this page, or should be contacted if there are questions or feedback?
Comments (2)
Monica Wilkinson said
at 7:38 pm on Mar 4, 2010
Do we need a count ?
Monica Wilkinson said
at 7:39 pm on Mar 4, 2010
How do you represent the media in the playlist
You don't have permission to comment on this page.