Information about plays

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

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

{
    "id": 1274320,
    "uri": "https://api.kexp.org/v2/plays/1274320/?format=api",
    "airdate": "2007-09-02T10:02:38-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21GBMQZ8S6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21GBMQZ8S6L._SL75_.jpg",
    "song": "How Does A Cheatin' Woman Feel (Single Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bobby \"Blue\" Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "Two Steps From the Blues",
    "release_id": "108311d8-aef4-49e8-b3cf-57cfc16fe825",
    "release_group_id": null,
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "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"
}