Information about plays

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

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

{
    "id": 432817,
    "uri": "https://api.kexp.org/v2/plays/432817/?format=api",
    "airdate": "2001-06-09T00:34:17-07:00",
    "show": 7279,
    "show_uri": "https://api.kexp.org/v2/shows/7279/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/519RSZHDPWL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/519RSZHDPWL._SL75_.jpg",
    "song": "Saginaw MI",
    "track_id": null,
    "recording_id": null,
    "artist": "Lefty Frizzell",
    "artist_ids": [
        "bc1c9fba-bb4a-4f4a-91d2-ecf891376434"
    ],
    "album": "The Best Of",
    "release_id": "6cb740d7-a507-454c-9088-901916bfedd7",
    "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"
}