Information about plays

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

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

{
    "id": 420995,
    "uri": "https://api.kexp.org/v2/plays/420995/?format=api",
    "airdate": "2001-05-04T01:38:10-07:00",
    "show": 7047,
    "show_uri": "https://api.kexp.org/v2/shows/7047/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BeJaVoVJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BeJaVoVJL._SL75_.jpg",
    "song": "African Hebrew Chant",
    "track_id": "0edd61d4-160b-438b-8001-455b28300c97",
    "recording_id": null,
    "artist": "Mad Professor",
    "artist_ids": [
        "ea3b97e8-8a76-4ea7-8e6f-3ebf40acaeb8"
    ],
    "album": "The Lost Scrolls of Moses",
    "release_id": "f7702036-c27d-45ba-b2d2-c3753be9aede",
    "release_group_id": null,
    "labels": [
        "Ras"
    ],
    "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"
}