Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/369890/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 369890,
    "uri": "https://api.kexp.org/v2/plays/369890/?format=api",
    "airdate": "2019-08-20T13:53:13-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/24023422-67a1-3738-a75a-dc34f66b88d4/15458593581-250.jpg",
    "thumbnail_uri": "",
    "song": "Walk on the Wild Side",
    "track_id": "e7d88613-cf95-3d21-b212-a6f44286458d",
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Transformer",
    "release_id": "24023422-67a1-3738-a75a-dc34f66b88d4",
    "release_group_id": null,
    "labels": [
        "BMG JAPAN"
    ],
    "label_ids": [
        "3dd26d3b-7b24-4b84-a957-b43cffb0f1b6"
    ],
    "release_date": "2006-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Doo doo doo doo doo doo doo doo doo...\" David Bowie and Mick Ronson produced this track. Both were big Lou Reed fans. The sax solo at the end was played by Ronnie Ross, a jazz musician who lived near Bowie in England. When David Bowie was 12 years old, he wanted to learn the saxophone and begged Ross to give him lessons, which he eventually did. When they needed a sax player for this, Bowie made sure Ross was booked for the session, but didn't tell him he'd be there. Ross nailed the solo in one take and Bowie showed up to surprise his old friend.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}