| Contact | Donate | Imprint |
| PlaybackSession | EpisodeModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Device | LONG | PlaybackSession | Device | EpisodeModule |
| (2) EndedAt | STRING | PlaybackSession | ||
| (3) Episode | LONG | PlaybackSession | Episode | EpisodeModule |
| (4) IsLive | BOOL | PlaybackSession | ||
| (5) PlaybackType | STRING | PlaybackSession | ||
| (6) Profile | LONG | PlaybackSession | Profile | ProfileModule |
| (7) Season | LONG | PlaybackSession | Season | SeasonModule |
| (8) StartedAt | STRING | PlaybackSession | ||
| (9) Title | LONG | PlaybackSession | Title | TitleModule |
Example:
final PlaybackSession playbacksession = (PlaybackSession) invokeModule(EPISODE_MODULE + "/playbacksession/" + id, PlaybackSession.class);| Contact | Donate | Imprint |