Information about plays

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

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

{
    "id": 533187,
    "uri": "https://api.kexp.org/v2/plays/533187/?format=api",
    "airdate": "2002-03-31T13:20:32-08:00",
    "show": 9235,
    "show_uri": "https://api.kexp.org/v2/shows/9235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F%2B1kKJWBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F%2B1kKJWBL._SL75_.jpg",
    "song": "Sing Sing Sing",
    "track_id": "b4249888-bd4f-46c6-9169-ad79e61df905",
    "recording_id": null,
    "artist": "Jack Costanzo",
    "artist_ids": [
        "287d9323-9f3f-4cf7-94e2-3a6b91a38887"
    ],
    "album": "Scorching the Skins",
    "release_id": "19edb1fb-d5de-4dc9-9fcf-9c5522225a68",
    "release_group_id": null,
    "labels": [
        "CuBop"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}