Information about plays

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

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

{
    "id": 534934,
    "uri": "https://api.kexp.org/v2/plays/534934/?format=api",
    "airdate": "2002-04-05T13:00:00-08:00",
    "show": 9266,
    "show_uri": "https://api.kexp.org/v2/shows/9266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bpwPibzwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bpwPibzwL._SL75_.jpg",
    "song": "The Way Love Used to Be",
    "track_id": "63521032-4da2-4875-8ff8-b27711fdca95",
    "recording_id": null,
    "artist": "Heather Duby",
    "artist_ids": [
        "2e2483ab-bd2a-43fe-8ec1-4b48e2b72f09"
    ],
    "album": "Give the People What We Want: The Songs of The Kinks",
    "release_id": "a3223f11-66a1-45ae-945a-ee4b18f2fd47",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-11-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}