Information about plays

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

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

{
    "id": 349950,
    "uri": "https://api.kexp.org/v2/plays/349950/?format=api",
    "airdate": "2019-07-04T07:42:00-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dimestore Heartthrob",
    "track_id": "a053dff0-aff5-4ec4-8a5b-25f928133595",
    "recording_id": null,
    "artist": "Black Pistol Fire",
    "artist_ids": [
        "43ca08d8-646c-4745-880f-44807656c105"
    ],
    "album": "Hush or Howl",
    "release_id": "1ab91d0c-cbd7-4f13-a4ae-db2da287235c",
    "release_group_id": null,
    "labels": [
        "Modern Outsider"
    ],
    "label_ids": [],
    "release_date": "2014-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing this Saturday, July 6th, right here in Seattle Center for Elysian Brewing's Search Party presented by The Vera Project! Find tickets here: https://www.elysianbrewing.com/age-gate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}