Information about plays

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

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

{
    "id": 454280,
    "uri": "https://api.kexp.org/v2/plays/454280/?format=api",
    "airdate": "2001-08-10T16:56:15-07:00",
    "show": 7686,
    "show_uri": "https://api.kexp.org/v2/shows/7686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qWG0E6rmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qWG0E6rmL._SL75_.jpg",
    "song": "Strange",
    "track_id": "2b16e167-20c0-40c0-94ed-968ae731b26a",
    "recording_id": null,
    "artist": "The Delusions",
    "artist_ids": [
        "9f2d2a84-c92b-4dbb-b768-265af2a50359"
    ],
    "album": "The Delusions",
    "release_id": "dea3f5fa-8302-4272-9363-5cc766dc04d3",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}