Information about plays

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

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

{
    "id": 428332,
    "uri": "https://api.kexp.org/v2/plays/428332/?format=api",
    "airdate": "2001-05-26T12:56:28-07:00",
    "show": 7194,
    "show_uri": "https://api.kexp.org/v2/shows/7194/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2189B8ZBFHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2189B8ZBFHL._SL75_.jpg",
    "song": "Down by the River II",
    "track_id": "540962ec-1e06-4361-9436-882f76edda44",
    "recording_id": null,
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "Ray Gun Suitcase",
    "release_id": "f7ca6cf9-d540-4628-ae35-b6f8a637ce1b",
    "release_group_id": null,
    "labels": [
        "tim kerr records"
    ],
    "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"
}