Information about plays

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

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

{
    "id": 368904,
    "uri": "https://api.kexp.org/v2/plays/368904/?format=api",
    "airdate": "2019-08-18T00:22:00-07:00",
    "show": 6149,
    "show_uri": "https://api.kexp.org/v2/shows/6149/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Death Metal",
    "track_id": "17367353-5479-41f2-9c59-71360b06a9fa",
    "recording_id": null,
    "artist": "Vulcano",
    "artist_ids": [
        "fc08ed02-bf36-4d3c-b4f2-28b81aa2a22c"
    ],
    "album": "Bloody Vengeance",
    "release_id": "1f1e3c13-0db8-4999-892d-228913a2cd58",
    "release_group_id": null,
    "labels": [
        "I Hate Records"
    ],
    "label_ids": [],
    "release_date": "1986-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vulcano just announced that they have signed with Mighty Music and will release a new album early next year; https://www.facebook.com/VULCANOMETAL/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}