Information about plays

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

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

{
    "id": 1335662,
    "uri": "https://api.kexp.org/v2/plays/1335662/?format=api",
    "airdate": "2008-02-07T04:11:02-08:00",
    "show": 23342,
    "show_uri": "https://api.kexp.org/v2/shows/23342/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qeNpHBmaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qeNpHBmaL._SL75_.jpg",
    "song": "(I Live for) Cars and Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dictators",
    "artist_ids": [
        "ac5304f2-1787-4e87-8ed7-321f157cc89b"
    ],
    "album": "Go Girl Crazy",
    "release_id": "6bae7c7e-de0a-4deb-a9e3-df94f27809d9",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}