Information about plays

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

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

{
    "id": 357738,
    "uri": "https://api.kexp.org/v2/plays/357738/?format=api",
    "airdate": "2019-07-22T18:28:15-07:00",
    "show": 5964,
    "show_uri": "https://api.kexp.org/v2/shows/5964/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tan Tuya",
    "track_id": null,
    "recording_id": null,
    "artist": "Amarga Marga",
    "artist_ids": [
        "21d67df3-5702-4bf4-8c5e-fb90b9fcf36f"
    ],
    "album": "Mi Arma Blanca",
    "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": "Amarga Marga is an indie rock band from Chile. Their song “Tan Tuya”, is the fourth track of their first LP, Mi Arma Blanca (2016)<br>\n<br>\nAmarga Marga es una banda de indie rock de Chile. Su canción “Tan tuya”, cuarto track de su primer LP, Mi Arma Blanca (2016) <br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}