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

{
    "name": "George Weiss",
    "title": "George Weiss",
    "id": 2713,
    "slug": "george-weiss-1",
    "url": "https://www.guitarparty.com/api/v3/core/authors/2713/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 1142,
            "title": "Can't help falling in love",
            "url": "https://www.guitarparty.com/songs/can-t-help-falling-in-love/"
        },
        {
            "id": 1170,
            "title": "I can't help falling in love with you",
            "url": "https://www.guitarparty.com/songs/i-cant-help-falling-in-love-with-you/"
        }
    ]
}