Information about plays

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

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

{
    "id": 1196797,
    "uri": "https://api.kexp.org/v2/plays/1196797/?format=api",
    "airdate": "2007-02-14T13:33:03-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Frt4a0XQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Frt4a0XQL._SL75_.jpg",
    "song": "Oh My Love",
    "track_id": null,
    "recording_id": null,
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Imagine",
    "release_id": "dbeb851b-ad68-43ab-9706-7f1ecd2bf59d",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}