Information about plays

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

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

{
    "id": 532555,
    "uri": "https://api.kexp.org/v2/plays/532555/?format=api",
    "airdate": "2002-03-29T13:48:59-08:00",
    "show": 9218,
    "show_uri": "https://api.kexp.org/v2/shows/9218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5120FND3PEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5120FND3PEL._SL75_.jpg",
    "song": "On Fire",
    "track_id": null,
    "recording_id": null,
    "artist": "Sebadoh",
    "artist_ids": [
        "d98c8149-0c01-4151-93e1-48fdc3d5027f"
    ],
    "album": "Harmacy",
    "release_id": "96947a96-b00c-4d93-88e0-1933fa09e711",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1996-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}