Information about plays

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

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

{
    "id": 477798,
    "uri": "https://api.kexp.org/v2/plays/477798/?format=api",
    "airdate": "2001-10-18T18:25:15-07:00",
    "show": 8148,
    "show_uri": "https://api.kexp.org/v2/shows/8148/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-ns3W3MxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-ns3W3MxL._SL75_.jpg",
    "song": "When the Work's All Done This Fall",
    "track_id": "608d87fb-2e55-40a8-9018-2445949fd48d",
    "recording_id": null,
    "artist": "Johnny Bond",
    "artist_ids": [
        "493347df-c385-4b08-b283-de54a2b57e03"
    ],
    "album": "Country and Western: Standard Transcriptions",
    "release_id": "703f9146-b9c4-4de7-b172-c950aa2c064f",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}