Information about plays

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

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

{
    "id": 366046,
    "uri": "https://api.kexp.org/v2/plays/366046/?format=api",
    "airdate": "2019-08-11T15:38:37-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/81776221-c3ae-4662-8f2f-7a239cbb24af/13882287556-250.jpg",
    "thumbnail_uri": "",
    "song": "The Cedar Room",
    "track_id": "1f96bd87-4e63-3716-af2b-aa9548a552f7",
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Souls",
    "release_id": "81776221-c3ae-4662-8f2f-7a239cbb24af",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Doves started playing shows again this year, their first time in 9 years! // https://dovesofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}