Information about plays

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

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

{
    "id": 532330,
    "uri": "https://api.kexp.org/v2/plays/532330/?format=api",
    "airdate": "2002-03-28T22:55:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GPR97sMfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GPR97sMfL._SL75_.jpg",
    "song": "Antarctica",
    "track_id": "0e124181-f5c6-4eda-8427-133e9f3dd203",
    "recording_id": null,
    "artist": "Windy & Carl",
    "artist_ids": [
        "1bf10bf6-f9cf-460a-afd1-81a9b1b0128d"
    ],
    "album": "Antarctica: The Bliss Out, Vol. 2",
    "release_id": "0370804f-5b75-46e7-b77b-53e73cba0c4f",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "1997-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}