Information about plays

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

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

{
    "id": 423938,
    "uri": "https://api.kexp.org/v2/plays/423938/?format=api",
    "airdate": "2001-05-13T09:03:09-07:00",
    "show": 7109,
    "show_uri": "https://api.kexp.org/v2/shows/7109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Z191D5D5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Z191D5D5L._SL75_.jpg",
    "song": "Monologue: Come on in to My Kitchen",
    "track_id": "de1c76d8-bc4b-463c-972b-a8434fed7f20",
    "recording_id": null,
    "artist": "Robert Lowery",
    "artist_ids": [
        "ad0e36c4-cf94-40f4-9fef-7ff71b78d709"
    ],
    "album": "Earthquake Blues",
    "release_id": "0359c923-8596-4352-8c41-55d516a0f1c2",
    "release_group_id": null,
    "labels": [
        "Orleans"
    ],
    "label_ids": [
        "a698c7c8-4d2c-4a24-ac49-c9e6adfadcf2"
    ],
    "release_date": "1994-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}