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

{
    "name": "Diana Ross",
    "title": "Diana Ross",
    "id": 12129,
    "slug": "diana-ross",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12129/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25320,
            "title": "Ain't no mountain high enough",
            "url": "https://www.guitarparty.com/songs/aint-no-mountain-high-enough/"
        },
        {
            "id": 24225,
            "title": "Upside down",
            "url": "https://www.guitarparty.com/songs/upside-down-2/"
        },
        {
            "id": 25177,
            "title": "When You Tell Me That You Love Me",
            "url": "https://www.guitarparty.com/songs/when-you-tell-me-that-you-love-me/"
        }
    ]
}