//! All kinds of play object
use *;
use Context;
use FullTrack;
use SimplifiedTrack;
/// current playing track
///[get the users currently playing track](https://developer.spotify.com/web-api/get-the-users-currently-playing-track/)
/// playing history
///[play history object](https://developer.spotify.com/web-api/object-model/#play-history-object)