Information about plays

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

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

{
    "id": 375010,
    "uri": "https://api.kexp.org/v2/plays/375010/?format=api",
    "airdate": "2019-08-31T22:52:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm a Mutant",
    "track_id": "5a05f6e2-6013-362e-9635-65cd69d66054",
    "recording_id": null,
    "artist": "Count Vertigo",
    "artist_ids": [
        "51cf24df-94b5-4c2e-8ede-da2ad3fc0eba"
    ],
    "album": "I'm a Mutant / X-Patriots",
    "release_id": "76f4e4f3-6526-4e85-abc1-8166b26e1d63",
    "release_group_id": null,
    "labels": [
        "Cool Records"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also re-released on Killed by Death Records; http://www.kbdrecords.com/2010/10/10/count-vertigo-x-patriotsim-a-mutant-7/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}