Information about plays

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

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

{
    "id": 518118,
    "uri": "https://api.kexp.org/v2/plays/518118/?format=api",
    "airdate": "2002-02-15T11:41:00-08:00",
    "show": 8937,
    "show_uri": "https://api.kexp.org/v2/shows/8937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PV18QEP2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PV18QEP2L._SL75_.jpg",
    "song": "Death of a Clown",
    "track_id": null,
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Something Else by The Kinks",
    "release_id": "ad0615da-12b5-421d-b5d5-dbb6ceda8350",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}