Information about plays

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

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

{
    "id": 1263711,
    "uri": "https://api.kexp.org/v2/plays/1263711/?format=api",
    "airdate": "2007-08-06T16:56:05-07:00",
    "show": 22130,
    "show_uri": "https://api.kexp.org/v2/shows/22130/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41aSA5bybIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41aSA5bybIL._SL75_.jpg",
    "song": "Red Receiver",
    "track_id": null,
    "recording_id": null,
    "artist": "Sons and Daughters",
    "artist_ids": [
        "aca2f168-fec7-459e-a91e-3f5cd504189b"
    ],
    "album": "The Repulsion Box",
    "release_id": "1896b89d-9adb-4056-a2dc-91b6eb3cec94",
    "release_group_id": null,
    "labels": [
        "WMG"
    ],
    "label_ids": [],
    "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"
}