Information about plays

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

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

{
    "id": 530048,
    "uri": "https://api.kexp.org/v2/plays/530048/?format=api",
    "airdate": "2002-03-22T17:38:07-08:00",
    "show": 9172,
    "show_uri": "https://api.kexp.org/v2/shows/9172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VB2S4X4HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VB2S4X4HL._SL75_.jpg",
    "song": "Love Is Coming Through the Door",
    "track_id": "4f11b7a5-627e-4e2b-977e-338345c08f20",
    "recording_id": null,
    "artist": "Stew",
    "artist_ids": [
        "e211367b-efd7-43b6-a4ba-1defb4dc1fb0"
    ],
    "album": "The Naked Dutch Painter and Other Songs",
    "release_id": "388a3813-a665-46d7-b3f1-b0fd1fca2a4b",
    "release_group_id": null,
    "labels": [
        "Image Entertainment"
    ],
    "label_ids": [
        "565b553f-8eb4-4c71-a4d4-02ce93a36b79"
    ],
    "release_date": "2002-04-02",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}