Retrieve a single recording
Endpoint: GET /{id}
Description: Retrieves detailed information for a single recording identified by its UUID.
Path Parameter:
- id(string, format: uuid): Unique identifier for the recording. Example:- e0c77c5d-7807-4d9b-9d8d-92a38370af5e
Responses:
- 200 OK: Returns a JSON object conforming to the RecordingDetail schema. 
- 400 Bad Request: If the provided UUID is invalid. 
- 404 Not Found: If no recording exists with the provided ID. 
- Other errors: - 401,- 403,- 500, and- 504.
