Information about plays

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

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

{
    "id": 435076,
    "uri": "https://api.kexp.org/v2/plays/435076/?format=api",
    "airdate": "2001-06-15T18:36:40-07:00",
    "show": 7322,
    "show_uri": "https://api.kexp.org/v2/shows/7322/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y0nImE%2BbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y0nImE%2BbL._SL75_.jpg",
    "song": "I Feel Better All Over",
    "track_id": "a28253fb-f35f-484a-a1a8-cb81bd9f6b3b",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Love, God, Murder (disc 1: Love)",
    "release_id": "bd912203-7235-42c9-be8c-e9cc5768dac7",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}