Information about plays

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

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

{
    "id": 430696,
    "uri": "https://api.kexp.org/v2/plays/430696/?format=api",
    "airdate": "2001-06-02T17:16:40-07:00",
    "show": 7240,
    "show_uri": "https://api.kexp.org/v2/shows/7240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C9ZW198AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C9ZW198AL._SL75_.jpg",
    "song": "Coffee Monkey",
    "track_id": "331bcf80-edd0-46a6-9f09-2795ebe98539",
    "recording_id": null,
    "artist": "The Bottle Rockets",
    "artist_ids": [
        "5af23567-e014-4ce9-90ff-06b8d3e8b887"
    ],
    "album": "Leftovers",
    "release_id": "21e37353-77be-43bb-aba1-95c0c78cf378",
    "release_group_id": null,
    "labels": [
        "Slipdisc"
    ],
    "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"
}