Information about plays

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

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

{
    "id": 518509,
    "uri": "https://api.kexp.org/v2/plays/518509/?format=api",
    "airdate": "2002-02-16T14:07:00-08:00",
    "show": 8944,
    "show_uri": "https://api.kexp.org/v2/shows/8944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KRSGZcBFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KRSGZcBFL._SL75_.jpg",
    "song": "Army Dreamers",
    "track_id": "8f4cf2cd-bdd1-4390-92f6-25c84167955e",
    "recording_id": null,
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "The Whole Story",
    "release_id": "aa1748cb-a9b1-4cc0-bd1e-46308df7115a",
    "release_group_id": null,
    "labels": [
        "EMI Records USA"
    ],
    "label_ids": [
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}