Information about plays

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

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

{
    "id": 489309,
    "uri": "https://api.kexp.org/v2/plays/489309/?format=api",
    "airdate": "2001-11-22T17:11:00-08:00",
    "show": 8376,
    "show_uri": "https://api.kexp.org/v2/shows/8376/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R9M2PS1VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R9M2PS1VL._SL75_.jpg",
    "song": "Mr. Xcitement w/ Mike Doughty",
    "track_id": null,
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Mink Car",
    "release_id": "e1d2725d-afd9-460c-bf1e-e30547caae83",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "2001-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}