Information about plays

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

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

{
    "id": 423333,
    "uri": "https://api.kexp.org/v2/plays/423333/?format=api",
    "airdate": "2001-05-11T03:48:00-07:00",
    "show": 7094,
    "show_uri": "https://api.kexp.org/v2/shows/7094/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417UHtmXWDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417UHtmXWDL._SL75_.jpg",
    "song": "It's All So",
    "track_id": "e8ccf384-2220-42f8-8de4-38f596c5ce92",
    "recording_id": null,
    "artist": "B. Fleischmann",
    "artist_ids": [
        "ff50e0a8-2772-4599-8abd-18ee6bc80197"
    ],
    "album": "A Choir of Empty Beds",
    "release_id": "a68017b1-4820-41ac-8cd4-c16d5d029ffe",
    "release_group_id": null,
    "labels": [
        "Fuzzy Box"
    ],
    "label_ids": [
        "a99d2dec-5d75-4982-94ab-4536ec9d4ebe"
    ],
    "release_date": "2000-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}