Information about plays

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

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

{
    "id": 1263913,
    "uri": "https://api.kexp.org/v2/plays/1263913/?format=api",
    "airdate": "2007-08-07T03:36:54-07:00",
    "show": 22133,
    "show_uri": "https://api.kexp.org/v2/shows/22133/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PGDTVDnOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PGDTVDnOL._SL75_.jpg",
    "song": "Here It Comes",
    "track_id": null,
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Souls",
    "release_id": "398f5939-cd4d-4099-87a6-3e68a4760072",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}