Information about plays

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

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

{
    "id": 423859,
    "uri": "https://api.kexp.org/v2/plays/423859/?format=api",
    "airdate": "2001-05-12T22:36:40-07:00",
    "show": 7106,
    "show_uri": "https://api.kexp.org/v2/shows/7106/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FNPwuBnTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FNPwuBnTL._SL75_.jpg",
    "song": "Take My Hand",
    "track_id": "924e3e26-3323-4fb6-a80a-ab0e5b46a62d",
    "recording_id": null,
    "artist": "Pressure Drop",
    "artist_ids": [
        "ecabd053-7b04-4bbb-8581-a0dd11cec2de"
    ],
    "album": "Tread",
    "release_id": "ef1739e4-cfb9-4a95-aa6e-32253242bf98",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}