Information about plays

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

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

{
    "id": 1195629,
    "uri": "https://api.kexp.org/v2/plays/1195629/?format=api",
    "airdate": "2007-02-11T14:32:17-08:00",
    "show": 20959,
    "show_uri": "https://api.kexp.org/v2/shows/20959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Zu-9QYGML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Zu-9QYGML._SL75_.jpg",
    "song": "Elvis Presley Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Gillian Welch",
    "artist_ids": [
        "2ff49515-1701-4bac-a53a-04345893f3f3"
    ],
    "album": "Time (The Revelator)",
    "release_id": "917a723a-9449-4517-83be-1bc8a56ae64b",
    "release_group_id": null,
    "labels": [
        "Acony Records"
    ],
    "label_ids": [
        "2cf5b679-cad4-442b-9a4d-2e474c13fb90"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}