Information about plays

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

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

{
    "id": 434355,
    "uri": "https://api.kexp.org/v2/plays/434355/?format=api",
    "airdate": "2001-06-13T18:51:00-07:00",
    "show": 7310,
    "show_uri": "https://api.kexp.org/v2/shows/7310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YBHH3MK4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YBHH3MK4L._SL75_.jpg",
    "song": "Killer Diller Blues",
    "track_id": "8ee68619-c4c8-4967-a7ea-a90644038e16",
    "recording_id": null,
    "artist": "Memphis Minnie",
    "artist_ids": [
        "ff748426-8873-4725-bdc7-c2b18b510d41"
    ],
    "album": "Queen of the Blues",
    "release_id": "ba619b5e-bb78-499d-8bdc-e139b390c6fe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}