Information about plays

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

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

{
    "id": 370055,
    "uri": "https://api.kexp.org/v2/plays/370055/?format=api",
    "airdate": "2019-08-20T19:46:43-07:00",
    "show": 6168,
    "show_uri": "https://api.kexp.org/v2/shows/6168/?format=api",
    "image_uri": "http://coverartarchive.org/release/cb013e40-1432-4d5c-b802-25dfd69a98e1/23515642423-250.jpg",
    "thumbnail_uri": "",
    "song": "Descarga del Son",
    "track_id": "7bfd6705-71e8-4236-8b37-c519f0e7afda",
    "recording_id": null,
    "artist": "Septeto tipico oriental",
    "artist_ids": [
        "d28c502c-e66a-472a-ba5e-63bd41bb106b"
    ],
    "album": "A Tuba to Cuba",
    "release_id": "cb013e40-1432-4d5c-b802-25dfd69a98e1",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Experience A Tuba to Cuba: The Preservation Hall Jazz Band LIVE at Benaroya Hall on November 18",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}