Information about plays

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

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

{
    "id": 535857,
    "uri": "https://api.kexp.org/v2/plays/535857/?format=api",
    "airdate": "2002-04-08T09:45:00-07:00",
    "show": 9287,
    "show_uri": "https://api.kexp.org/v2/shows/9287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Kr7WHCrSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Kr7WHCrSL._SL75_.jpg",
    "song": "What's Good (The Thesis)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Magic and Loss",
    "release_id": "27ed1dbf-af54-4d38-95b5-79d25c208b60",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-01-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}