Information about plays

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

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

{
    "id": 415332,
    "uri": "https://api.kexp.org/v2/plays/415332/?format=api",
    "airdate": "2001-04-16T13:33:20-07:00",
    "show": 6929,
    "show_uri": "https://api.kexp.org/v2/shows/6929/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EXJMGPRCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EXJMGPRCL._SL75_.jpg",
    "song": "The Real One",
    "track_id": "77d40b21-4577-4835-989b-2fad4a44fde4",
    "recording_id": null,
    "artist": "Diane Izzo",
    "artist_ids": [
        "9a78aa4c-aba1-4872-88a5-be0a9ec8a835"
    ],
    "album": "One",
    "release_id": "7181bd07-1a7b-44f3-9616-c9cd961caba6",
    "release_group_id": null,
    "labels": [
        "Sugar Free"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}