Information about plays

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

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

{
    "id": 535288,
    "uri": "https://api.kexp.org/v2/plays/535288/?format=api",
    "airdate": "2002-04-06T13:54:51-08:00",
    "show": 9273,
    "show_uri": "https://api.kexp.org/v2/shows/9273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410HA73CZEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410HA73CZEL._SL75_.jpg",
    "song": "Catholic Boy",
    "track_id": "8bd341e1-b240-4dc5-8a3e-1efa79e7842b",
    "recording_id": null,
    "artist": "The Jim Carroll Band",
    "artist_ids": [
        "52a18067-8b97-4422-8360-e068864e1cd6"
    ],
    "album": "A World Without Gravity: The Best Of...",
    "release_id": "1f249e8b-3b2e-4d8e-9562-3b180888bda8",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}