Information about plays

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

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

{
    "id": 434070,
    "uri": "https://api.kexp.org/v2/plays/434070/?format=api",
    "airdate": "2001-06-13T00:42:51-07:00",
    "show": 7305,
    "show_uri": "https://api.kexp.org/v2/shows/7305/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AM94F07RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AM94F07RL._SL75_.jpg",
    "song": "At Grade",
    "track_id": "7569e076-16d9-470b-ac20-956e75e62189",
    "recording_id": null,
    "artist": "Chessie",
    "artist_ids": [
        "380c2896-329a-424b-91a8-046f6b3ff4a1"
    ],
    "album": "Signal Series",
    "release_id": "a94be17b-4468-4f66-b476-9ca07ede8d49",
    "release_group_id": null,
    "labels": [
        "Drop Beat"
    ],
    "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"
}