Information about plays

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

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

{
    "id": 417239,
    "uri": "https://api.kexp.org/v2/plays/417239/?format=api",
    "airdate": "2001-04-22T19:31:45-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ujIX1HSVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ujIX1HSVL._SL75_.jpg",
    "song": "Dollaz, Drank & Dank \\w Kokane",
    "track_id": "628d5c48-c334-464c-9212-0f13f19cb44d",
    "recording_id": null,
    "artist": "Mr. Short Khop",
    "artist_ids": [
        "7aeaa058-4ccf-4ab6-a76b-58d068273963"
    ],
    "album": "Da Khop Shop",
    "release_id": "b528de63-f429-443d-9f99-a4a1be501016",
    "release_group_id": null,
    "labels": [
        "TVT"
    ],
    "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"
}