Information about plays

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

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

{
    "id": 458326,
    "uri": "https://api.kexp.org/v2/plays/458326/?format=api",
    "airdate": "2001-08-22T08:54:17-07:00",
    "show": 7769,
    "show_uri": "https://api.kexp.org/v2/shows/7769/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21JM1FX2X9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21JM1FX2X9L._SL75_.jpg",
    "song": "Snacks and Candy",
    "track_id": "cb0c13e8-a1da-4e5f-b233-d59bcc99fe33",
    "recording_id": null,
    "artist": "Miracle Legion",
    "artist_ids": [
        "b6967aa4-bc27-4000-a23c-c907a52ecbd9"
    ],
    "album": "Drenched",
    "release_id": "73f8174e-abef-4bed-9b79-619fcbb6cf3e",
    "release_group_id": null,
    "labels": [
        "Morgan Creek"
    ],
    "label_ids": [],
    "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"
}