Information about plays

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

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

{
    "id": 369551,
    "uri": "https://api.kexp.org/v2/plays/369551/?format=api",
    "airdate": "2019-08-19T18:00:00-07:00",
    "show": 6161,
    "show_uri": "https://api.kexp.org/v2/shows/6161/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bombay",
    "track_id": null,
    "recording_id": null,
    "artist": "El Guincho",
    "artist_ids": [
        "7e57d8a2-e6eb-48dd-8e50-ff7eaa412ccb"
    ],
    "album": "Pop Negro",
    "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": "Pablo Díaz-Reixa, better known by his stage name El Guincho, is a Spanish musician, singer and record producer. In 2018, El Guincho collaborated as co-producer and co-author on Rosalía Vila's album, El mal querer.<br>\n<br>\nPablo Díaz-Reixa, más conocido por su nombre artístico El Guincho, es un músico español, cantante y productor discográfico. En 2018, El Guincho colabora como coproductor y coautor en el álbum de Rosalía Vila, El mal querer.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}