Information about plays

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

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

{
    "id": 1233518,
    "uri": "https://api.kexp.org/v2/plays/1233518/?format=api",
    "airdate": "2007-05-20T16:31:02-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JB3861V1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JB3861V1L._SL75_.jpg",
    "song": "Walkin Up the Road",
    "track_id": null,
    "recording_id": null,
    "artist": "Betty Davis",
    "artist_ids": [
        "bb17dc42-ecaf-42ca-aa35-b23207573060"
    ],
    "album": "Betty Davis",
    "release_id": "28187ff5-12c1-45cf-bfdb-2f4ff91cf24b",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}