Play 2.0 integrates the Akka framework to provide built-in support for concurrency. It is designed for asynchronous HTTP requests that can be long-lived using streams or sockets. Concurrency is handled through actors instead of threads for a reactive, event-based model. Play 2.0 provides APIs for asynchronous I/O, executing long tasks asynchronously using actors, and handling data streams reactively without buffering.