Information about plays

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

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

{
    "id": 414514,
    "uri": "https://api.kexp.org/v2/plays/414514/?format=api",
    "airdate": "2001-03-21T15:00:00-08:00",
    "show": 6909,
    "show_uri": "https://api.kexp.org/v2/shows/6909/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fRWOwd5BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fRWOwd5BL._SL75_.jpg",
    "song": "i am woman",
    "track_id": null,
    "recording_id": null,
    "artist": "Laura Veirs",
    "artist_ids": [
        "8951c87f-f730-4247-b442-52ed14ad6a97"
    ],
    "album": "The Triumphs & Travails of Orphan Mae",
    "release_id": "784b4cb4-e29d-4722-945c-9345f211f6b2",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}