Information about plays

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

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

{
    "id": 502814,
    "uri": "https://api.kexp.org/v2/plays/502814/?format=api",
    "airdate": "2002-01-02T03:12:00-08:00",
    "show": 8641,
    "show_uri": "https://api.kexp.org/v2/shows/8641/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bpwPibzwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bpwPibzwL._SL75_.jpg",
    "song": "Alcohol",
    "track_id": "d580c0c5-1979-41be-99f3-db012873be43",
    "recording_id": null,
    "artist": "The Murder City Devils",
    "artist_ids": [
        "32705a3c-54cf-4e48-a3ab-2801157a09dc"
    ],
    "album": "Give the People What We Want: The Songs of The Kinks",
    "release_id": "a3223f11-66a1-45ae-945a-ee4b18f2fd47",
    "release_group_id": null,
    "labels": [
        "Sub Pop/Burn Burn Burn/Right Now"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}