Information about plays

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

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

{
    "id": 1264157,
    "uri": "https://api.kexp.org/v2/plays/1264157/?format=api",
    "airdate": "2007-08-07T19:00:00-07:00",
    "show": 22137,
    "show_uri": "https://api.kexp.org/v2/shows/22137/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418GsLJurQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418GsLJurQL._SL75_.jpg",
    "song": "Zeb Opium",
    "track_id": null,
    "recording_id": null,
    "artist": "Zeb",
    "artist_ids": [
        "d28221cf-b010-42ef-b601-922958ba0a8d"
    ],
    "album": "Stop the Earth, I Want to Get Off!",
    "release_id": "6f4359be-eac0-4162-9b6c-a8873cb65256",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}