GET /api/v3/core/authors/2721/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Wally Gold",
    "title": "Wally Gold",
    "id": 2721,
    "slug": "wally-gold",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2721/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11421,
            "title": "It´s Now or Never",
            "url": "https://www.guitarparty.com/songs/it8217s-now-or-never/"
        },
        {
            "id": 22021,
            "title": "Time And The River",
            "url": "https://www.guitarparty.com/songs/time-and-the-river/"
        }
    ]
}