Information about plays

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

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

{
    "id": 494597,
    "uri": "https://api.kexp.org/v2/plays/494597/?format=api",
    "airdate": "2001-12-08T05:59:00-08:00",
    "show": 8479,
    "show_uri": "https://api.kexp.org/v2/shows/8479/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ixrdoa%2BlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ixrdoa%2BlL._SL75_.jpg",
    "song": "Do You Wanna Dance",
    "track_id": null,
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "All the Stuff (and More), Volume 2",
    "release_id": "e3e9b935-8eeb-47eb-876c-1e699698e6d8",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}