Information about plays

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

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

{
    "id": 532323,
    "uri": "https://api.kexp.org/v2/plays/532323/?format=api",
    "airdate": "2002-03-28T22:34:30-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21M81TD6X8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21M81TD6X8L._SL75_.jpg",
    "song": "No End in Sight",
    "track_id": "eef5c071-cdeb-46bf-a479-2a7b4b213bb3",
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Piece of Cake",
    "release_id": "fac1e048-2546-4249-b0e5-0fbf0a6d6710",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1992-10-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}