Information about plays

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

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

{
    "id": 454373,
    "uri": "https://api.kexp.org/v2/plays/454373/?format=api",
    "airdate": "2001-08-10T22:12:00-07:00",
    "show": 7688,
    "show_uri": "https://api.kexp.org/v2/shows/7688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Nco5g0%2BwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Nco5g0%2BwL._SL75_.jpg",
    "song": "Still I Rise",
    "track_id": "3354e729-f259-4d2b-a52f-674a422ef93d",
    "recording_id": null,
    "artist": "Barry Adamson",
    "artist_ids": [
        "a50a1afa-23eb-4ba6-9faf-5dec260898ca"
    ],
    "album": "As Above So Below",
    "release_id": "7364e2e5-46bf-4d85-9f62-79dcf166e6e1",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1998-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}