Information about plays

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

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

{
    "id": 510785,
    "uri": "https://api.kexp.org/v2/plays/510785/?format=api",
    "airdate": "2002-01-25T15:32:00-08:00",
    "show": 8798,
    "show_uri": "https://api.kexp.org/v2/shows/8798/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ciERB8ppL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ciERB8ppL._SL75_.jpg",
    "song": "Start at the Top",
    "track_id": "75013bb6-4b5d-44a9-a6de-3827b3353989",
    "recording_id": null,
    "artist": "Skin Yard",
    "artist_ids": [
        "0119843b-4d56-47b6-ac0d-11528259bf0a"
    ],
    "album": "Start at the Top",
    "release_id": "35de8fef-2789-45c9-9642-4496436a2e49",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "2001-11-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}