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

{
    "name": "Snøw",
    "title": "Snøw",
    "id": 15314,
    "slug": "snow",
    "url": "https://www.guitarparty.com/api/v3/core/authors/15314/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27991,
            "title": "Love Is Dying",
            "url": "https://www.guitarparty.com/songs/love-is-dying/"
        },
        {
            "id": 27982,
            "title": "Make You Mine",
            "url": "https://www.guitarparty.com/songs/make-you-mine/"
        },
        {
            "id": 28545,
            "title": "Spilled My Coffee",
            "url": "https://www.guitarparty.com/songs/spilled-my-coffee/"
        },
        {
            "id": 28594,
            "title": "This Song Wont Change A Thing",
            "url": "https://www.guitarparty.com/songs/this-song-wont-change-a-thing/"
        }
    ]
}