Information about plays

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

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

{
    "id": 430936,
    "uri": "https://api.kexp.org/v2/plays/430936/?format=api",
    "airdate": "2001-06-03T15:13:20-07:00",
    "show": 7247,
    "show_uri": "https://api.kexp.org/v2/shows/7247/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415P94C8SCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415P94C8SCL._SL75_.jpg",
    "song": "Hydra",
    "track_id": "18210ef1-fb9b-42e6-9a85-209dfa1ce75b",
    "recording_id": null,
    "artist": "Movietone",
    "artist_ids": [
        "0dc44f71-a107-4b5f-9952-d7807cc4848a"
    ],
    "album": "The Blossom Filled Streets",
    "release_id": "2f30c457-c8ad-4444-870f-898cd81bfafd",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2000-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}