Information about plays

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

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

{
    "id": 414993,
    "uri": "https://api.kexp.org/v2/plays/414993/?format=api",
    "airdate": "2001-04-13T12:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jAYl7QAAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jAYl7QAAL._SL75_.jpg",
    "song": "Dr. Bombay",
    "track_id": "832a2d0b-b940-4111-b2ce-98fedcf9f31c",
    "recording_id": null,
    "artist": "Del the Funky Homosapien",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b"
    ],
    "album": "I Wish My Brother George Was Here",
    "release_id": "5c4b42bf-3fd8-43eb-bb64-ecb4259b68fe",
    "release_group_id": null,
    "labels": [
        "Electra"
    ],
    "label_ids": [
        "a6a91cbd-9096-4ffc-90b4-c7c7af42105d"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}