Information about plays

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

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

{
    "id": 1286547,
    "uri": "https://api.kexp.org/v2/plays/1286547/?format=api",
    "airdate": "2007-10-03T15:00:55-07:00",
    "show": 22511,
    "show_uri": "https://api.kexp.org/v2/shows/22511/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41tpGIbcZZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41tpGIbcZZL._SL75_.jpg",
    "song": "Cloudbusting",
    "track_id": null,
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "f6335672-c521-4129-86c3-490d20533e08",
    "release_group_id": null,
    "labels": [
        "EMI Electrola"
    ],
    "label_ids": [
        "ffb3d9b0-d8cf-41d4-8838-f89fa38a08c1"
    ],
    "release_date": "1985-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}