Information about plays

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

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

{
    "id": 440371,
    "uri": "https://api.kexp.org/v2/plays/440371/?format=api",
    "airdate": "2001-07-01T04:43:38-07:00",
    "show": 7426,
    "show_uri": "https://api.kexp.org/v2/shows/7426/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HmjQHZiwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HmjQHZiwL._SL75_.jpg",
    "song": "The Penguin",
    "track_id": "b4cc81b0-caab-43fa-bd26-f29766c42f34",
    "recording_id": null,
    "artist": "Don Byron",
    "artist_ids": [
        "7478f0d5-5406-490b-b6e3-c7d135b435cd"
    ],
    "album": "Bug Music",
    "release_id": "e057c3e6-88a4-427e-83c1-e0b9b0ef0be9",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "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"
}