Information about plays

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

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

{
    "id": 532399,
    "uri": "https://api.kexp.org/v2/plays/532399/?format=api",
    "airdate": "2002-03-29T02:35:05-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514TNJR4EHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514TNJR4EHL._SL75_.jpg",
    "song": "The Prize Fighter",
    "track_id": null,
    "recording_id": null,
    "artist": "The Velvet Teen",
    "artist_ids": [
        "675ac715-b084-4d55-bf11-c98eddddccaa"
    ],
    "album": "Out of the Fierce Parade",
    "release_id": "baad3d14-1130-4c5b-a600-a1f5d302ddf4",
    "release_group_id": null,
    "labels": [
        "Slowdance Records"
    ],
    "label_ids": [
        "4e41f4a4-7a03-4fc9-94b3-80f49e1109ff"
    ],
    "release_date": "2002-04-02",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}