Information about plays

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

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

{
    "id": 1033503,
    "uri": "https://api.kexp.org/v2/plays/1033503/?format=api",
    "airdate": "2005-12-15T13:13:01-08:00",
    "show": 18170,
    "show_uri": "https://api.kexp.org/v2/shows/18170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511I3bFwawL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511I3bFwawL._SL75_.jpg",
    "song": "Designs on You",
    "track_id": "32fb9fec-a3f8-4b5d-90a2-49f8a47a5e9f",
    "recording_id": null,
    "artist": "Old 97's",
    "artist_ids": [
        "8dd216da-6db2-4130-9a7c-ece756d1394d"
    ],
    "album": "Alive and Wired (disc 2)",
    "release_id": "fb720cb2-e5d7-4acd-96c0-b867003e8933",
    "release_group_id": null,
    "labels": [
        "New West"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}