Information about plays

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

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

{
    "id": 1196146,
    "uri": "https://api.kexp.org/v2/plays/1196146/?format=api",
    "airdate": "2007-02-12T21:45:09-08:00",
    "show": 20969,
    "show_uri": "https://api.kexp.org/v2/shows/20969/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JzGun22OL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JzGun22OL._SL75_.jpg",
    "song": "Words",
    "track_id": null,
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "The Last Broadcast",
    "release_id": "4171a047-6b80-4b8e-b633-5ec4536ed354",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2002-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}