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

{
    "name": "Max Barnes",
    "title": "Max Barnes",
    "id": 5861,
    "slug": "max-barnes",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5861/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10615,
            "title": "Don't Take It Away",
            "url": "https://www.guitarparty.com/songs/dont-take-it-away/"
        },
        {
            "id": 19392,
            "title": "I Turn To You",
            "url": "https://www.guitarparty.com/songs/i-turn-to-you/"
        },
        {
            "id": 21659,
            "title": "Oklahoma Twister",
            "url": "https://www.guitarparty.com/songs/oklahoma-twister/"
        },
        {
            "id": 21782,
            "title": "That Just About Does it  Don´t It",
            "url": "https://www.guitarparty.com/songs/that-just-about-does-it-don-t-it/"
        }
    ]
}