Information about plays

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

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

{
    "id": 471588,
    "uri": "https://api.kexp.org/v2/plays/471588/?format=api",
    "airdate": "2001-09-30T19:42:21-07:00",
    "show": 8031,
    "show_uri": "https://api.kexp.org/v2/shows/8031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V88X2FYPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V88X2FYPL._SL75_.jpg",
    "song": "Lookin' at the Front Door",
    "track_id": "b029050d-6f0b-46d2-8be7-efd8887173f0",
    "recording_id": null,
    "artist": "Main Source",
    "artist_ids": [
        "a9af6b83-35a4-469d-8c2b-41f5ca73a8cc"
    ],
    "album": "Breaking Atoms",
    "release_id": "6b4b8b07-87cc-4c34-a5f2-45619ce8d9a6",
    "release_group_id": null,
    "labels": [
        "Wild Pitch Records"
    ],
    "label_ids": [
        "af76b781-e8e1-49d5-afb7-52f7839b9812"
    ],
    "release_date": "1991-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}