Information about plays

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

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

{
    "id": 1338066,
    "uri": "https://api.kexp.org/v2/plays/1338066/?format=api",
    "airdate": "2008-02-13T02:43:21-08:00",
    "show": 23382,
    "show_uri": "https://api.kexp.org/v2/shows/23382/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SG9P59EVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SG9P59EVL._SL75_.jpg",
    "song": "Fashion Rules!",
    "track_id": null,
    "recording_id": null,
    "artist": "Chicks on Speed",
    "artist_ids": [
        "4da58f86-c7fb-4837-9ef5-423f122d2d15"
    ],
    "album": "99 Cents & Remixes (disc 2)",
    "release_id": "2f4251df-a909-4618-8d6b-c58119d6f6ce",
    "release_group_id": null,
    "labels": [
        "Chicks on Speed Records"
    ],
    "label_ids": [
        "d2d615c8-3812-4ff2-8608-4728e7c92cb4"
    ],
    "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"
}