Information about plays

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

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

{
    "id": 1195490,
    "uri": "https://api.kexp.org/v2/plays/1195490/?format=api",
    "airdate": "2007-02-11T00:38:54-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S76FMKNDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S76FMKNDL._SL75_.jpg",
    "song": "Where I'm From",
    "track_id": null,
    "recording_id": null,
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Reachin' (A New Refutation of Time and Space)",
    "release_id": "335a55f6-1391-4425-9ac1-f3a711ab7de0",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-09-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}