Information about plays

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

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

{
    "id": 500571,
    "uri": "https://api.kexp.org/v2/plays/500571/?format=api",
    "airdate": "2001-12-26T10:00:00-08:00",
    "show": 8596,
    "show_uri": "https://api.kexp.org/v2/shows/8596/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31WY8B70FKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31WY8B70FKL._SL75_.jpg",
    "song": "Trains",
    "track_id": "8d5e4a23-1fdf-43e3-871c-a96e7d857745",
    "recording_id": null,
    "artist": "Holiday Flyer",
    "artist_ids": [
        "2c782887-772c-4819-83f3-d8a6a186b3f0"
    ],
    "album": "I Hope",
    "release_id": "a09cef99-b83c-4d55-9823-f85aa89eaf87",
    "release_group_id": null,
    "labels": [
        "Darla"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}