Information about plays

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

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

{
    "id": 532948,
    "uri": "https://api.kexp.org/v2/plays/532948/?format=api",
    "airdate": "2002-03-30T16:29:04-08:00",
    "show": 9228,
    "show_uri": "https://api.kexp.org/v2/shows/9228/?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": [
        "Smile"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}