Information about plays

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

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

{
    "id": 534789,
    "uri": "https://api.kexp.org/v2/plays/534789/?format=api",
    "airdate": "2002-04-05T02:17:55-08:00",
    "show": 9264,
    "show_uri": "https://api.kexp.org/v2/shows/9264/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VF74A2PSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VF74A2PSL._SL75_.jpg",
    "song": "Osiris In Pieces",
    "track_id": "d742517e-8414-4cc9-83e4-fdac399c01ed",
    "recording_id": null,
    "artist": "Hannah Marcus",
    "artist_ids": [
        "d120c8f4-8bc9-4899-a490-e597da4ceada"
    ],
    "album": "Black Hole Heaven",
    "release_id": "2382eac4-2edf-433c-bfc0-4e934b730954",
    "release_group_id": null,
    "labels": [
        "bar none"
    ],
    "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"
}