Information about plays

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

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

{
    "id": 517595,
    "uri": "https://api.kexp.org/v2/plays/517595/?format=api",
    "airdate": "2002-02-14T01:40:00-08:00",
    "show": 8929,
    "show_uri": "https://api.kexp.org/v2/shows/8929/?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": "Meant to Be in Love",
    "track_id": "c3f3be41-4a9f-4c74-83fe-23949c506f4c",
    "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"
}