Information about plays

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

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

{
    "id": 1196995,
    "uri": "https://api.kexp.org/v2/plays/1196995/?format=api",
    "airdate": "2007-02-15T00:17:16-08:00",
    "show": 20981,
    "show_uri": "https://api.kexp.org/v2/shows/20981/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412J5EE21AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412J5EE21AL._SL75_.jpg",
    "song": "I Want It All",
    "track_id": null,
    "recording_id": null,
    "artist": "Kosheen",
    "artist_ids": [
        "4f4bda3c-d636-4135-b65a-6cc26bc75788"
    ],
    "album": "Resist",
    "release_id": "d890ca25-ef66-45f4-8364-44b45c4d7589",
    "release_group_id": null,
    "labels": [
        "Kinetic Records"
    ],
    "label_ids": [
        "8ff202ad-fc42-422a-ba48-32acebae08d0"
    ],
    "release_date": "2002-03-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}