Information about plays

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

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

{
    "id": 1195339,
    "uri": "https://api.kexp.org/v2/plays/1195339/?format=api",
    "airdate": "2007-02-10T17:53:28-08:00",
    "show": 20952,
    "show_uri": "https://api.kexp.org/v2/shows/20952/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G4DDQB0XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G4DDQB0XL._SL75_.jpg",
    "song": "Powder Keg",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "The Light User Syndrome",
    "release_id": "60cc96c9-de82-472a-ac76-2448e66ce1ab",
    "release_group_id": null,
    "labels": [
        "Jet Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed"
    ],
    "release_date": "1996-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}