Information about plays

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

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

{
    "id": 419910,
    "uri": "https://api.kexp.org/v2/plays/419910/?format=api",
    "airdate": "2001-05-01T01:00:00-07:00",
    "show": 7025,
    "show_uri": "https://api.kexp.org/v2/shows/7025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y62CV4A2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y62CV4A2L._SL75_.jpg",
    "song": "Mutual Admiration and Love/Dear Mom and Dad",
    "track_id": null,
    "recording_id": null,
    "artist": "The Bran Flakes",
    "artist_ids": [
        "b4868b93-41a9-481e-9915-c588c7b5fc5f"
    ],
    "album": "I Don't Have a Friend",
    "release_id": "1102669a-1f0b-44a1-b18b-83c9bdfd5f04",
    "release_group_id": null,
    "labels": [
        "Lomo Records"
    ],
    "label_ids": [
        "bd5d5eed-9e49-495c-a0fc-a9ed88f5bb33"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}