Information about plays

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

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

{
    "id": 503836,
    "uri": "https://api.kexp.org/v2/plays/503836/?format=api",
    "airdate": "2002-01-05T00:46:00-08:00",
    "show": 8658,
    "show_uri": "https://api.kexp.org/v2/shows/8658/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21M32Y98DBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21M32Y98DBL._SL75_.jpg",
    "song": "How Who / Barreling towards nowhere like ther's no tommorow",
    "track_id": null,
    "recording_id": null,
    "artist": "Rivulets",
    "artist_ids": [
        "d1f78c68-bcca-48fd-88dd-a2f70f4b02a6"
    ],
    "album": "Rivulets",
    "release_id": "3f1a7292-47a3-4213-8ebc-a3bff35540e7",
    "release_group_id": null,
    "labels": [
        "Chairkickers' Music"
    ],
    "label_ids": [
        "01cc03c4-d623-4d52-adc3-9cfd03f04d92"
    ],
    "release_date": "2002-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}