Information about plays

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

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

{
    "id": 511172,
    "uri": "https://api.kexp.org/v2/plays/511172/?format=api",
    "airdate": "2002-01-26T17:38:00-08:00",
    "show": 8805,
    "show_uri": "https://api.kexp.org/v2/shows/8805/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nIQ8z-jmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nIQ8z-jmL._SL75_.jpg",
    "song": "Sign of the Times",
    "track_id": "3ac351ac-3938-41a6-94bc-cf7b3c77b5c9",
    "recording_id": null,
    "artist": "Madness",
    "artist_ids": [
        "5f58803e-8c4c-478e-8b51-477f38483ede"
    ],
    "album": "7",
    "release_id": "341f205f-a924-4b74-8414-f6023f2ee783",
    "release_group_id": null,
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [
        "df57ad64-fae7-4976-a8a0-d6d344867e09"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}