Information about plays

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

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

{
    "id": 1195611,
    "uri": "https://api.kexp.org/v2/plays/1195611/?format=api",
    "airdate": "2007-02-11T12:56:19-08:00",
    "show": 20959,
    "show_uri": "https://api.kexp.org/v2/shows/20959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ytxZ8rePL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ytxZ8rePL._SL75_.jpg",
    "song": "Nothing But the Sky",
    "track_id": null,
    "recording_id": null,
    "artist": "Ivy",
    "artist_ids": [
        "610404f9-26bd-4be2-8697-f916495f14a4"
    ],
    "album": "In the Clear",
    "release_id": "fe91c7cf-f238-4156-b797-c6fbbdb51fa7",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}