Information about plays

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

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

{
    "id": 468020,
    "uri": "https://api.kexp.org/v2/plays/468020/?format=api",
    "airdate": "2001-09-20T03:48:45-07:00",
    "show": 7962,
    "show_uri": "https://api.kexp.org/v2/shows/7962/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zIVSwi%2BmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zIVSwi%2BmL._SL75_.jpg",
    "song": "Kill Somebody",
    "track_id": "b83f1f41-a69d-48a9-8c3c-30a299e794c6",
    "recording_id": null,
    "artist": "Shawn Lee",
    "artist_ids": [
        "3224f724-825a-486f-901c-5d0c5d0b2e05"
    ],
    "album": "Monkey Boy",
    "release_id": "858c4880-31b6-4ea7-96c8-444448b1c31e",
    "release_group_id": null,
    "labels": [
        "We Love You/Wall of Sound"
    ],
    "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"
}