Information about plays

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

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

{
    "id": 418080,
    "uri": "https://api.kexp.org/v2/plays/418080/?format=api",
    "airdate": "2001-04-25T10:41:15-07:00",
    "show": 6985,
    "show_uri": "https://api.kexp.org/v2/shows/6985/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317CN1M6BCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317CN1M6BCL._SL75_.jpg",
    "song": "Ride With the Flow",
    "track_id": "ae141645-c5ce-4c38-a41e-9e5a01b49c29",
    "recording_id": null,
    "artist": "60 Channels",
    "artist_ids": [
        "4f5b1901-e3ca-42a1-a3e0-6e4cf37fbdf7"
    ],
    "album": "Tuned In Turned On",
    "release_id": "f79216c3-7bcf-4556-8f00-8e8ebf3da80d",
    "release_group_id": null,
    "labels": [
        "WDM"
    ],
    "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"
}