Information about plays

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

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

{
    "id": 454465,
    "uri": "https://api.kexp.org/v2/plays/454465/?format=api",
    "airdate": "2001-08-11T05:32:18-07:00",
    "show": 7689,
    "show_uri": "https://api.kexp.org/v2/shows/7689/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317faKzQeOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317faKzQeOL._SL75_.jpg",
    "song": "Parturi",
    "track_id": "10f5fd3f-e41e-4c15-be72-39880e6bacff",
    "recording_id": null,
    "artist": "Pan Sonic",
    "artist_ids": [
        "52d9bff7-1776-46ae-8e1b-7a76afc73358"
    ],
    "album": "Osasto EP",
    "release_id": "cb17fb01-1b9c-4262-bb58-0627b000cb7a",
    "release_group_id": null,
    "labels": [
        "Blast First"
    ],
    "label_ids": [
        "e85341e2-b6ff-4832-9e87-4115fe8eac82"
    ],
    "release_date": "1996-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}