Information about plays

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

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

{
    "id": 1280531,
    "uri": "https://api.kexp.org/v2/plays/1280531/?format=api",
    "airdate": "2007-09-18T04:23:14-07:00",
    "show": 22410,
    "show_uri": "https://api.kexp.org/v2/shows/22410/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61urmROtXUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61urmROtXUL._SL75_.jpg",
    "song": "Life's Cornucopia",
    "track_id": null,
    "recording_id": null,
    "artist": "Mason Proper",
    "artist_ids": [
        "7fb7d3da-b73e-4f23-89ef-b7a11eac677a"
    ],
    "album": "There Is a Moth in Your Chest",
    "release_id": "4b7daa06-b526-4bd3-ba3c-62d8afef4ca7",
    "release_group_id": null,
    "labels": [
        "Dovecote"
    ],
    "label_ids": [
        "995e3be2-43be-4065-bc5a-61990beef9b6"
    ],
    "release_date": "2008-03-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}