Information about plays

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

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

{
    "id": 372612,
    "uri": "https://api.kexp.org/v2/plays/372612/?format=api",
    "airdate": "2019-08-26T16:26:33-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/0dcb3b6e-e9db-45c5-863e-190801623fac/23098912882-250.jpg",
    "thumbnail_uri": "",
    "song": "Kooks",
    "track_id": "56cc0f95-c702-3a74-8ad5-bdf70b056b69",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hunky Dory",
    "release_id": "0dcb3b6e-e9db-45c5-863e-190801623fac",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1999-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Friends and Family - This Is Us\" from Taylor Durand-Scaggs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}