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

{
    "name": "Jack Antonoff",
    "title": "Jack Antonoff",
    "id": 4891,
    "slug": "Jack-Antonoff",
    "url": "https://www.guitarparty.com/api/v3/core/authors/4891/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 28202,
            "title": "I Look in People's Windows",
            "url": "https://www.guitarparty.com/songs/i-look-in-peoples-windows/"
        },
        {
            "id": 28686,
            "title": "Please Please Please",
            "url": "https://www.guitarparty.com/songs/please-please-please/"
        },
        {
            "id": 5871,
            "title": "Some nights",
            "url": "https://www.guitarparty.com/songs/some-nights/"
        }
    ]
}