Information about plays

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

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

{
    "id": 533872,
    "uri": "https://api.kexp.org/v2/plays/533872/?format=api",
    "airdate": "2002-04-02T13:12:40-08:00",
    "show": 9248,
    "show_uri": "https://api.kexp.org/v2/shows/9248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5187slKC%2BWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5187slKC%2BWL._SL75_.jpg",
    "song": "Undertow",
    "track_id": null,
    "recording_id": null,
    "artist": "Ivy",
    "artist_ids": [
        "610404f9-26bd-4be2-8697-f916495f14a4"
    ],
    "album": "Long Distance",
    "release_id": "c1aa80e1-659b-4d0f-9c76-1589a535567c",
    "release_group_id": null,
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2001-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}