Information about plays

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

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

{
    "id": 414826,
    "uri": "https://api.kexp.org/v2/plays/414826/?format=api",
    "airdate": "2001-04-12T18:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HDxx5BHwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HDxx5BHwL._SL75_.jpg",
    "song": "Whiskey, Lies and Tears",
    "track_id": null,
    "recording_id": null,
    "artist": "Joy Lynn White",
    "artist_ids": [
        "c0b2bd33-9787-4aba-9600-606e184cc993"
    ],
    "album": "Wild Love",
    "release_id": "28aa38a0-2e11-4b21-b474-36fe8d8a6320",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}