Information about plays

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

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

{
    "id": 1257587,
    "uri": "https://api.kexp.org/v2/plays/1257587/?format=api",
    "airdate": "2007-07-22T01:06:00-07:00",
    "show": 22023,
    "show_uri": "https://api.kexp.org/v2/shows/22023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514jCagD%2BsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514jCagD%2BsL._SL75_.jpg",
    "song": "Wat Tha/Another Minute",
    "track_id": null,
    "recording_id": null,
    "artist": "Monty Python",
    "artist_ids": [
        "4a5c8526-f8ec-43f1-97af-49722ad88394"
    ],
    "album": "Monty Python's Previous Record",
    "release_id": "e62aef1d-f65a-454f-9eb1-4768ce7a6e5a",
    "release_group_id": null,
    "labels": [
        "Strange Famous"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}