Information about plays

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

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

{
    "id": 1386032,
    "uri": "https://api.kexp.org/v2/plays/1386032/?format=api",
    "airdate": "2008-06-15T19:52:00-07:00",
    "show": 24197,
    "show_uri": "https://api.kexp.org/v2/shows/24197/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ibgg5dVFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ibgg5dVFL._SL75_.jpg",
    "song": "Hero (feat. Keri Hilson)",
    "track_id": "858ba85a-eb6c-41c6-8ed1-bfac52c5dace",
    "recording_id": null,
    "artist": "Nas",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "[untitled]",
    "release_id": "281df457-64f5-4bd2-9f3f-20b4d5c28be3",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2008-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}