Information about plays

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

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

{
    "id": 1196577,
    "uri": "https://api.kexp.org/v2/plays/1196577/?format=api",
    "airdate": "2007-02-13T23:57:58-08:00",
    "show": 20975,
    "show_uri": "https://api.kexp.org/v2/shows/20975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F78WSPECL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F78WSPECL._SL75_.jpg",
    "song": "Long Way Home",
    "track_id": "0607f795-c495-4c05-bc9f-47ee0d665546",
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Orphans: Brawlers, Bawlers & Bastards (disc 2: Bawlers)",
    "release_id": "6a010019-2f93-4d81-8ab8-555d1a19f3c7",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2006-11-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}