Information about plays

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

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

{
    "id": 466685,
    "uri": "https://api.kexp.org/v2/plays/466685/?format=api",
    "airdate": "2001-09-16T06:30:00-07:00",
    "show": 7938,
    "show_uri": "https://api.kexp.org/v2/shows/7938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OPTRiX-BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OPTRiX-BL._SL75_.jpg",
    "song": "God's Gonna Cut You Down",
    "track_id": "05515b33-d4a2-4af8-9df5-cf6fbebfd4fd",
    "recording_id": null,
    "artist": "Odetta",
    "artist_ids": [
        "e81906c6-cba2-44ec-9e39-29737754d809"
    ],
    "album": "Sings Ballads and Blues",
    "release_id": "3ddd256d-654c-4354-a06e-4ecae931c80f",
    "release_group_id": null,
    "labels": [
        "Tradition Records"
    ],
    "label_ids": [
        "31f1bcd5-b3d6-482e-a6e5-f5424e3a209f"
    ],
    "release_date": "1957-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}