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

{
    "name": "Joe Byers",
    "title": "Joe Byers",
    "id": 8631,
    "slug": "joe-byers",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8631/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 17510,
            "title": "Here Comes Heaven",
            "url": "https://www.guitarparty.com/songs/here-comes-heaven/"
        },
        {
            "id": 20605,
            "title": "I Can´t Say Goodbye",
            "url": "https://www.guitarparty.com/songs/i-can-t-say-goodbye/"
        }
    ]
}