Information about plays

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

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

{
    "id": 450804,
    "uri": "https://api.kexp.org/v2/plays/450804/?format=api",
    "airdate": "2001-07-31T19:10:54-07:00",
    "show": 7624,
    "show_uri": "https://api.kexp.org/v2/shows/7624/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QmNqxRmFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QmNqxRmFL._SL75_.jpg",
    "song": "Green Branches of Branton Peacock's March",
    "track_id": null,
    "recording_id": null,
    "artist": "Kathryn Tickell",
    "artist_ids": [
        "8a33e421-e460-4131-be1e-c5c26d5d9207"
    ],
    "album": "The Gathering",
    "release_id": "2599c7dc-0b9f-4295-9384-26860f72ec89",
    "release_group_id": null,
    "labels": [
        "Real World"
    ],
    "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"
}