Information about plays

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

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

{
    "id": 501658,
    "uri": "https://api.kexp.org/v2/plays/501658/?format=api",
    "airdate": "2001-12-29T11:52:30-08:00",
    "show": 8614,
    "show_uri": "https://api.kexp.org/v2/shows/8614/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4111QHEY3FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4111QHEY3FL._SL75_.jpg",
    "song": "Ganja Smuggling",
    "track_id": "00a47577-48fd-4d40-ae87-6ba8330c7463",
    "recording_id": null,
    "artist": "Eek-A-Mouse",
    "artist_ids": [
        "c7e31260-7372-46dc-adf1-bd6e3e983e32"
    ],
    "album": "Wa-Do-Dem",
    "release_id": "743d2865-bf5f-45bb-a190-a3e2db9eca42",
    "release_group_id": null,
    "labels": [
        "Tommy  Boy"
    ],
    "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"
}