Information about plays

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

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

{
    "id": 1410317,
    "uri": "https://api.kexp.org/v2/plays/1410317/?format=api",
    "airdate": "2008-08-15T21:45:58-07:00",
    "show": 24602,
    "show_uri": "https://api.kexp.org/v2/shows/24602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512AfB6gUnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512AfB6gUnL._SL75_.jpg",
    "song": "Sometime Around Midnight",
    "track_id": null,
    "recording_id": null,
    "artist": "The Airborne Toxic Event",
    "artist_ids": [
        "892fb2e4-0af4-42be-9e60-22898de51d32"
    ],
    "album": "The Airborne Toxic Event",
    "release_id": "1567eb5f-dc32-4be1-8a45-fc5af1614da2",
    "release_group_id": null,
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}