Information about plays

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

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

{
    "id": 439841,
    "uri": "https://api.kexp.org/v2/plays/439841/?format=api",
    "airdate": "2001-06-29T13:43:20-07:00",
    "show": 7414,
    "show_uri": "https://api.kexp.org/v2/shows/7414/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S9ZCSYGWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S9ZCSYGWL._SL75_.jpg",
    "song": "On Her Majesty's Secret Whistle",
    "track_id": "01a9b151-c203-4e8c-9a3f-b9b6acf06580",
    "recording_id": null,
    "artist": "Bentley Rhythm Ace",
    "artist_ids": [
        "afd5199f-6688-4f68-8bed-deb7179dd732"
    ],
    "album": "Bentley Rhythm Ace",
    "release_id": "f06b66e6-b9a9-4c9d-8cb4-f96f1eec134d",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}