Information about plays

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

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

{
    "id": 454596,
    "uri": "https://api.kexp.org/v2/plays/454596/?format=api",
    "airdate": "2001-08-11T15:00:00-07:00",
    "show": 7693,
    "show_uri": "https://api.kexp.org/v2/shows/7693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615q6WIkGeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615q6WIkGeL._SL75_.jpg",
    "song": "Standing on the Verge of Getting It On",
    "track_id": "b333e2c1-13fe-41dc-9b3c-73bc90a3b9b2",
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Music for Your Mother (disc 2)",
    "release_id": "f3e9c2a2-e16f-48c2-9456-cb2f0ba28e41",
    "release_group_id": null,
    "labels": [
        "Westbound"
    ],
    "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"
}