Information about plays

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

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

{
    "id": 350639,
    "uri": "https://api.kexp.org/v2/plays/350639/?format=api",
    "airdate": "2019-07-05T23:21:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "CLONES",
    "track_id": null,
    "recording_id": null,
    "artist": "Tierra Whack",
    "artist_ids": [
        "ae952d46-0f36-414c-90d4-f202ea2d4a71"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a recent cover story from Paper Magazine on Tierra Whack here: http://www.papermag.com/rapper-tierra-whack-extreme-2638780990.html?rebelltitem=10#rebelltitem10",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}