Information about plays

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

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

{
    "id": 1196759,
    "uri": "https://api.kexp.org/v2/plays/1196759/?format=api",
    "airdate": "2007-02-14T10:53:20-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Koe4rd5aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Koe4rd5aL._SL75_.jpg",
    "song": "Into My Arms",
    "track_id": null,
    "recording_id": null,
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "The Boatman’s Call",
    "release_id": "5c168586-d8de-4976-9819-d9e2023865e7",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}