Information about plays

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

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

{
    "id": 511944,
    "uri": "https://api.kexp.org/v2/plays/511944/?format=api",
    "airdate": "2002-01-29T01:08:00-08:00",
    "show": 8823,
    "show_uri": "https://api.kexp.org/v2/shows/8823/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Szxq7cHbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Szxq7cHbL._SL75_.jpg",
    "song": "Tristeza",
    "track_id": "1d61a7fd-15f7-4798-8cf0-5ad9e66beb5c",
    "recording_id": null,
    "artist": "Eleni Mandell",
    "artist_ids": [
        "e888b7d9-bc39-4927-9244-a235b64b1347"
    ],
    "album": "Wishbone",
    "release_id": "c100a630-c72c-481e-80b2-9591c22d9e28",
    "release_group_id": null,
    "labels": [
        "Mr. Charles Records"
    ],
    "label_ids": [
        "856c5753-d0c9-49aa-8e92-a7aa386f7f49"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}