Information about plays

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

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

{
    "id": 1355986,
    "uri": "https://api.kexp.org/v2/plays/1355986/?format=api",
    "airdate": "2008-03-30T01:34:59-07:00",
    "show": 23682,
    "show_uri": "https://api.kexp.org/v2/shows/23682/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31hw9-NriiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31hw9-NriiL._SL75_.jpg",
    "song": "Goneja",
    "track_id": "2533bf70-312a-4ba2-af2a-484cbbf961ef",
    "recording_id": null,
    "artist": "Skinny Puppy",
    "artist_ids": [
        "5a24bc1a-c093-4a82-84ed-8d7f2da0570d"
    ],
    "album": "The Greater Wrong of the Right",
    "release_id": "0da4cd36-fe23-485c-940f-09e79fc73256",
    "release_group_id": null,
    "labels": [
        "Hunter Music"
    ],
    "label_ids": [
        "cf906979-e6b7-4a9d-9834-448902200a8c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}