Information about plays

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

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

{
    "id": 370759,
    "uri": "https://api.kexp.org/v2/plays/370759/?format=api",
    "airdate": "2019-08-22T08:02:03-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "http://coverartarchive.org/release/04d3a433-a4f0-44ab-b293-5232f8013562/20812910344-250.jpg",
    "thumbnail_uri": "",
    "song": "Kong",
    "track_id": "1cbdb972-a312-4d09-bbda-634487bd800c",
    "recording_id": null,
    "artist": "Neneh Cherry",
    "artist_ids": [
        "527c65d1-9fdb-4482-8796-dde2980bd63a"
    ],
    "album": "Broken Politics",
    "release_id": "04d3a433-a4f0-44ab-b293-5232f8013562",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Geoff Barrow would work with Neneh Cherry on 1992's <i>Homebrew</i> album for the track \"Someday\" before he became a part of Portishead",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}