Information about plays

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

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

{
    "id": 533395,
    "uri": "https://api.kexp.org/v2/plays/533395/?format=api",
    "airdate": "2002-04-01T02:39:47-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SlMD2YudL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SlMD2YudL._SL75_.jpg",
    "song": "(I'm Gonna) Miss You (When You're Dead)",
    "track_id": "db59af7a-82cf-4146-8e08-8981c2042474",
    "recording_id": null,
    "artist": "Treepeople",
    "artist_ids": [
        "dec1aede-420e-4381-bfb7-e87ba02f25d6"
    ],
    "album": "Guilt Regret Embarrassment",
    "release_id": "a6628907-9799-40ba-ab4c-35bdbac8576f",
    "release_group_id": null,
    "labels": [
        "Toxic Shock Records"
    ],
    "label_ids": [
        "11284b9c-fac8-4801-8a88-798a53a412a9"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}