Information about plays

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

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

{
    "id": 1033491,
    "uri": "https://api.kexp.org/v2/plays/1033491/?format=api",
    "airdate": "2005-12-15T12:38:25-08:00",
    "show": 18170,
    "show_uri": "https://api.kexp.org/v2/shows/18170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516A0VVQRXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516A0VVQRXL._SL75_.jpg",
    "song": "I'm That Man",
    "track_id": null,
    "recording_id": null,
    "artist": "West Valley Highway",
    "artist_ids": [
        "f770b82e-5976-4c4d-ab8a-ff3f4c974b4d"
    ],
    "album": "Marysville",
    "release_id": "b442f3ca-40cc-4005-9044-7d78bdd6d0bd",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}