Information about plays

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

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

{
    "id": 1195351,
    "uri": "https://api.kexp.org/v2/plays/1195351/?format=api",
    "airdate": "2007-02-10T18:32:14-08:00",
    "show": 20953,
    "show_uri": "https://api.kexp.org/v2/shows/20953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/71q7uIWYAhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/71q7uIWYAhL._SL75_.jpg",
    "song": "Muscle'n Flo",
    "track_id": null,
    "recording_id": null,
    "artist": "Menomena",
    "artist_ids": [
        "ad386705-fb8c-40ec-94d7-e690e079e979"
    ],
    "album": "Friend and Foe",
    "release_id": "e1b8b36f-5994-496a-b56c-e99e4fabebee",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}