Information about plays

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

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

{
    "id": 423920,
    "uri": "https://api.kexp.org/v2/plays/423920/?format=api",
    "airdate": "2001-05-13T04:33:20-07:00",
    "show": 7108,
    "show_uri": "https://api.kexp.org/v2/shows/7108/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BXZPGNRXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BXZPGNRXL._SL75_.jpg",
    "song": "The Race Is On",
    "track_id": null,
    "recording_id": null,
    "artist": "George Jones",
    "artist_ids": [
        "f2903be0-79a7-4334-8cc5-e45309482a97"
    ],
    "album": "The Best of George Jones: 1955-1967",
    "release_id": "cee11e09-6f81-49d2-b5c0-65233fadfa00",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}