Information about plays

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

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

{
    "id": 1356126,
    "uri": "https://api.kexp.org/v2/plays/1356126/?format=api",
    "airdate": "2008-03-30T12:51:06-07:00",
    "show": 23685,
    "show_uri": "https://api.kexp.org/v2/shows/23685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516679GPRWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516679GPRWL._SL75_.jpg",
    "song": "Love Is Blinding",
    "track_id": "651fb486-b1e8-486c-b931-d7c3e42b30af",
    "recording_id": null,
    "artist": "The High Violets",
    "artist_ids": [
        "45576ad4-2c90-4a87-b82d-56cac95273aa"
    ],
    "album": "To Where You Are",
    "release_id": "d39b16cd-c74e-40a8-89df-698b15200483",
    "release_group_id": null,
    "labels": [
        "Reverb Records"
    ],
    "label_ids": [
        "7798cb5d-4af5-466f-b84f-12be43876696"
    ],
    "release_date": "2006-01-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}