Information about plays

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

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

{
    "id": 1314938,
    "uri": "https://api.kexp.org/v2/plays/1314938/?format=api",
    "airdate": "2007-12-16T17:00:44-08:00",
    "show": 22997,
    "show_uri": "https://api.kexp.org/v2/shows/22997/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415UlvWWmlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415UlvWWmlL._SL75_.jpg",
    "song": "Every Artist Needs a Tragedy",
    "track_id": null,
    "recording_id": null,
    "artist": "No Age",
    "artist_ids": [
        "55821c25-bd47-4f67-baf8-17ccd2cf1c86"
    ],
    "album": "Weirdo Rippers",
    "release_id": "8541b1c1-ab31-4b75-a3c9-5dde5e6f2266",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2007-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}