Information about plays

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

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

{
    "id": 1355691,
    "uri": "https://api.kexp.org/v2/plays/1355691/?format=api",
    "airdate": "2008-03-29T09:12:00-07:00",
    "show": 23676,
    "show_uri": "https://api.kexp.org/v2/shows/23676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61UIlSk3JsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61UIlSk3JsL._SL75_.jpg",
    "song": "Night and Day",
    "track_id": "32396104-3e9d-4705-af4b-7b7c07648d2c",
    "recording_id": null,
    "artist": "The Maytals",
    "artist_ids": [
        "d35e1026-638b-4c92-b53e-43cfc0172e86"
    ],
    "album": "100% Dynamite!",
    "release_id": "ed11c85e-3952-4fff-9e7c-72cc5b2d1bbc",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "1998-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}