Information about plays

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

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

{
    "id": 419417,
    "uri": "https://api.kexp.org/v2/plays/419417/?format=api",
    "airdate": "2001-04-29T13:56:40-07:00",
    "show": 7012,
    "show_uri": "https://api.kexp.org/v2/shows/7012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516RIgzWfAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516RIgzWfAL._SL75_.jpg",
    "song": "My Love Is a Flower (Just Beginning to Bloom)",
    "track_id": "efc6ac7c-a42c-43ab-9929-aef773190c6b",
    "recording_id": null,
    "artist": "Jonathan Richman and the Modern Lovers",
    "artist_ids": [
        "8a5dff84-c79f-4898-9e15-e100c53ebb58"
    ],
    "album": "\"Home of the Hits\": The Best Of (disc 1)",
    "release_id": "d3305be8-a02c-4ab4-b4de-83d1fecb791a",
    "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"
}