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

{
    "name": "Joel Pott",
    "title": "Joel Pott",
    "id": 16246,
    "slug": "joel-pott",
    "url": "https://www.guitarparty.com/api/v3/core/authors/16246/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28887,
            "title": "Gold Rush Kid",
            "url": "https://www.guitarparty.com/songs/gold-rush-kid/"
        },
        {
            "id": 28883,
            "title": "Green Green Grass",
            "url": "https://www.guitarparty.com/songs/green-green-grass/"
        },
        {
            "id": 28888,
            "title": "Listen to the Man",
            "url": "https://www.guitarparty.com/songs/listen-to-the-man/"
        },
        {
            "id": 28885,
            "title": "Shotgun",
            "url": "https://www.guitarparty.com/songs/shotgun/"
        }
    ]
}