Information about plays

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

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

{
    "id": 355200,
    "uri": "https://api.kexp.org/v2/plays/355200/?format=api",
    "airdate": "2019-07-16T19:14:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Agua",
    "track_id": "4fc546bd-0520-45d7-a4ef-04fdc8240e27",
    "recording_id": null,
    "artist": "Lido Pimienta",
    "artist_ids": [
        "9fb537ca-9145-4855-8a18-17b20339f1fc"
    ],
    "album": "La papessa",
    "release_id": "df805b7e-16bf-43ff-84c3-83cb521cb81f",
    "release_group_id": null,
    "labels": [
        "ANTI-"
    ],
    "label_ids": [],
    "release_date": "2016-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electronic soundscapes, Afro Colombian rhythms and otherworldly vocals, Lido Pimienta is a Colombian Canadian musician, singer, and songwriter, who rose to prominence after her 2016 album, La Papessa. See her performing live at Kex Hostel in Reykjavik during Iceland Airwaves. Recorded November 4, 2017 https://www.youtube.com/watch?v=RCweBIYRLnc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}