Information about plays

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

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

{
    "id": 348726,
    "uri": "https://api.kexp.org/v2/plays/348726/?format=api",
    "airdate": "2019-07-01T18:22:56-07:00",
    "show": 5813,
    "show_uri": "https://api.kexp.org/v2/shows/5813/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paces",
    "track_id": null,
    "recording_id": null,
    "artist": "Aterciopelados",
    "artist_ids": [
        "0ba1966a-e471-4f98-85d7-8ac0c1f836f0"
    ],
    "album": "Oye",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[#LAMC2019] <br> \n<br>\nAterciopelados is a rock band from Colombia. Led by Andrea Echeverri and Héctor Buitrago, they have been one of the first rock bands from Colombia to gain international notice. Their music fuses rock with a variety of Colombian and Latin American musical traditions.<br>\n<br>\nhttps://bit.ly/2JXxMFp <br>\n<br>\nAterciopelados es una banda de rock de colombia. Liderada por Andrea Echeverri y Héctor Buitrago, han sido una de las primeras bandas de rock de Colombia en obtener reconocimiento internacional. Su música fusiona el rock con una variedad de tradiciones musicales colombianas y latinoamericanas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}