Information about plays

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

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

{
    "id": 356256,
    "uri": "https://api.kexp.org/v2/plays/356256/?format=api",
    "airdate": "2019-07-19T00:26:52-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "http://coverartarchive.org/release/830dd1e1-ac30-46c2-8e78-16f98e149f25/5507377338-250.jpg",
    "thumbnail_uri": "",
    "song": "Never Mess With Sunday",
    "track_id": "ebb60b69-41bc-3f48-915d-18b0eb586736",
    "recording_id": null,
    "artist": "Yppah",
    "artist_ids": [
        "5805761c-fa24-40e5-bb79-295a64195bf7"
    ],
    "album": "Eighty One",
    "release_id": "830dd1e1-ac30-46c2-8e78-16f98e149f25",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2012-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joe Corrales Jr., also known as Yppah is an electronic/rock musician. He is currently signed to Ninja Tune records and resides in Long Beach, California",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}