Store play responses which is read from files.
clear() :: :ok
get(atom()) :: binary() | nil
put(atom(), [binary()] | binary() | nil) :: :ok
start_link() :: {:ok, pid()} | {:error, {:already_started, pid()} | term()}