Information about plays

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

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

{
    "id": 415295,
    "uri": "https://api.kexp.org/v2/plays/415295/?format=api",
    "airdate": "2001-04-16T11:42:21-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SzgUER5rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SzgUER5rL._SL75_.jpg",
    "song": "The Undertow",
    "track_id": "10512826-102b-4a22-a88a-f34e0efe36e8",
    "recording_id": null,
    "artist": "The Megaphonic Thrift",
    "artist_ids": [
        "ec794f34-102d-4391-b2d7-a8a6c15d8d25"
    ],
    "album": "Decay Decoy",
    "release_id": "a75f2a22-4322-44a6-aa8e-5bda3be81e96",
    "release_group_id": null,
    "labels": [
        "Hype City"
    ],
    "label_ids": [
        "e3be0052-fae5-4dc9-8049-3c28740a83c2"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}