Information about plays

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

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

{
    "id": 1197002,
    "uri": "https://api.kexp.org/v2/plays/1197002/?format=api",
    "airdate": "2007-02-15T00:44:03-08:00",
    "show": 20981,
    "show_uri": "https://api.kexp.org/v2/shows/20981/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512mdoabOUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512mdoabOUL._SL75_.jpg",
    "song": "Out of Control",
    "track_id": null,
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Surrender",
    "release_id": "8268c2f8-bfc3-4079-9c25-fad0d69a38df",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}