Information about plays

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

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

{
    "id": 460732,
    "uri": "https://api.kexp.org/v2/plays/460732/?format=api",
    "airdate": "2001-08-29T09:45:52-07:00",
    "show": 7816,
    "show_uri": "https://api.kexp.org/v2/shows/7816/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515JN6Z13PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515JN6Z13PL._SL75_.jpg",
    "song": "Tear It Up",
    "track_id": "39f59ffe-68f2-4c30-8dba-264ae7b72923",
    "recording_id": null,
    "artist": "London Funk Allstars",
    "artist_ids": [
        "cd8b7f5b-da64-4bbf-9dac-47665f7fb92a"
    ],
    "album": "Flesh Eating Disco Zombies Versus the Bionic Hookers From Mars",
    "release_id": "9d804979-d783-4899-a493-a1c27540c565",
    "release_group_id": null,
    "labels": [
        "p&c lo"
    ],
    "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"
}