Information about plays

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

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

{
    "id": 416140,
    "uri": "https://api.kexp.org/v2/plays/416140/?format=api",
    "airdate": "2001-04-18T18:52:00-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W8NZN7QXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W8NZN7QXL._SL75_.jpg",
    "song": "South Tacoma Way",
    "track_id": null,
    "recording_id": null,
    "artist": "Neko Case & Her Boyfriends",
    "artist_ids": [
        "4763e116-5ba5-4ad2-b2b6-95c3179e6904"
    ],
    "album": "Furnace Room Lullaby",
    "release_id": "b3da1b87-ab9d-4bbd-ab4e-d9c46ef41a7d",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2000-02-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}