Information about plays

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

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

{
    "id": 1364444,
    "uri": "https://api.kexp.org/v2/plays/1364444/?format=api",
    "airdate": "2008-04-20T11:03:00-07:00",
    "show": 23824,
    "show_uri": "https://api.kexp.org/v2/shows/23824/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41e%2BvT8KKgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41e%2BvT8KKgL._SL75_.jpg",
    "song": "Gypsy Woman",
    "track_id": "b791f0f6-6d3e-4385-8aed-72adba098de3",
    "recording_id": null,
    "artist": "Lou Johnson",
    "artist_ids": [
        "2640342c-5380-482e-9292-81b441919232"
    ],
    "album": "Sweet Southern Soul",
    "release_id": "94876a55-3fe0-47fa-b4f8-9733eba5c8b1",
    "release_group_id": null,
    "labels": [
        "Water"
    ],
    "label_ids": [
        "315653ce-0008-4aff-9811-bb886ff9b8f8"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}