Information about plays

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

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

{
    "id": 502929,
    "uri": "https://api.kexp.org/v2/plays/502929/?format=api",
    "airdate": "2002-01-02T11:45:00-08:00",
    "show": 8643,
    "show_uri": "https://api.kexp.org/v2/shows/8643/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YberPUY6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YberPUY6L._SL75_.jpg",
    "song": "Mr. Mastadon Farm",
    "track_id": null,
    "recording_id": null,
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Motorcade of Generosity",
    "release_id": "d5697632-f98b-4a0b-aca1-829ce8260323",
    "release_group_id": null,
    "labels": [
        "Stamen"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}