Information about plays

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

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

{
    "id": 1288577,
    "uri": "https://api.kexp.org/v2/plays/1288577/?format=api",
    "airdate": "2007-10-08T21:24:06-07:00",
    "show": 22550,
    "show_uri": "https://api.kexp.org/v2/shows/22550/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gf4yJtlOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gf4yJtlOL._SL75_.jpg",
    "song": "Your Silent Face",
    "track_id": null,
    "recording_id": null,
    "artist": "New Order ",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Power, Corruption & Lies",
    "release_id": "f2dd4d75-adcd-4347-93f3-4ea35f2b3b35",
    "release_group_id": null,
    "labels": [
        "Qwest/Factory"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}