Skip to content
On this page

Playlist Track


A playlist track API resource represents an entry in a playlist.

For example, a "/r/anime's Best OPs and EDs of 2022" playlist may contain a track for the ParipiKoumei-OP1.webm video.

Fields

NameTypeNullableDefaultDescription
idStringNoYesThe primary key of the resource
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified
deleted_atDateYesNoThe date that the resource was deleted

Allowed Include Paths

  • next
  • playlist
  • previous
  • video
  • video.animethemeentries.animetheme.anime.images
  • video.animethemeentries.animetheme.song.artists
  • video.audio

Endpoints

Playlist Track Destroy

The playlist track destroy endpoint soft deletes a playlist track and returns the deleted playlist track resource.

Playlist Track Force Delete

The playlist track force delete endpoint hard deletes a playlist track and returns a confirmation message.

Playlist Track Index

The playlist track index endpoint displays a listing of playlist track resources.

Playlist Track Restore

The playlist track restore endpoint restores a soft deleted playlist track and returns the restored playlist track resource.

Playlist Track Show

The playlist track show endpoint returns a playlist track resource.

Playlist Track Store

The playlist track store endpoint creates a new playlist track and returns the new playlist track resource.

Playlist Track Update

The playlist track update endpoint updates a playlist track and returns the updated playlist track resource.

Track Forward Index

The track forward index endpoint returns a listing of tracks for the playlist in forward order after the specified track.

Track Backward Index

The track backward index endpoint returns a listing of tracks for the playlist in backward order before the specified track.

Released under the MIT License.