Information about plays

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

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

{
    "id": 506142,
    "uri": "https://api.kexp.org/v2/plays/506142/?format=api",
    "airdate": "2002-01-11T20:00:00-08:00",
    "show": 8704,
    "show_uri": "https://api.kexp.org/v2/shows/8704/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FuMO%2BUdHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FuMO%2BUdHL._SL75_.jpg",
    "song": "Pretty Little Lights of Town",
    "track_id": "bade38b5-b44d-45c5-b174-7db0aaca750c",
    "recording_id": null,
    "artist": "The LeRoi Brothers",
    "artist_ids": [
        "17be1f55-141b-4a6c-a295-9496a47dc6a2"
    ],
    "album": "Forget About the Danger...Think of the Fun",
    "release_id": "ea0a7c2c-5576-4d39-bfad-40acbb6fc5a9",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}