Information about plays

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

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

{
    "id": 415752,
    "uri": "https://api.kexp.org/v2/plays/415752/?format=api",
    "airdate": "2001-04-17T14:36:00-07:00",
    "show": 6937,
    "show_uri": "https://api.kexp.org/v2/shows/6937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41B5T6WYAYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41B5T6WYAYL._SL75_.jpg",
    "song": "Sister/Mother",
    "track_id": "340dfd3e-02dd-4709-8bf3-70c598b63c4a",
    "recording_id": null,
    "artist": "Stew",
    "artist_ids": [
        "e211367b-efd7-43b6-a4ba-1defb4dc1fb0"
    ],
    "album": "Guest Host",
    "release_id": "d69bf793-7941-4955-8ec1-39fbe3d3d15d",
    "release_group_id": null,
    "labels": [
        "The Telegraph COmpany"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}