Information about plays

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

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

{
    "id": 426093,
    "uri": "https://api.kexp.org/v2/plays/426093/?format=api",
    "airdate": "2001-05-19T16:45:00-07:00",
    "show": 7149,
    "show_uri": "https://api.kexp.org/v2/shows/7149/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51p%2BMXgeBYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51p%2BMXgeBYL._SL75_.jpg",
    "song": "Not Great Men",
    "track_id": "413d202b-f2dd-4dc5-8495-6e1512ed1191",
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "100 Flowers Bloom",
    "release_id": "bfda0db2-5240-4f36-9d8c-af3077535132",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}