Information about plays

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

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

{
    "id": 535872,
    "uri": "https://api.kexp.org/v2/plays/535872/?format=api",
    "airdate": "2002-04-08T10:51:26-07:00",
    "show": 9288,
    "show_uri": "https://api.kexp.org/v2/shows/9288/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513fyqQupVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513fyqQupVL._SL75_.jpg",
    "song": "Sweetie-O",
    "track_id": "7abb1c9b-9454-456c-90fe-233b06468fcf",
    "recording_id": null,
    "artist": "Chuck E. Weiss",
    "artist_ids": [
        "afd7c687-be28-44c2-a003-3fe698fa88eb"
    ],
    "album": "Old Souls & Wolf Tickets",
    "release_id": "6150ad92-5dc1-4d03-a48e-d97a756df70f",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2002-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}