Information about plays

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

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

{
    "id": 373814,
    "uri": "https://api.kexp.org/v2/plays/373814/?format=api",
    "airdate": "2019-08-29T03:53:51-07:00",
    "show": 6223,
    "show_uri": "https://api.kexp.org/v2/shows/6223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby Green",
    "track_id": "328d93da-917e-4eb5-b9ca-c91c61575afb",
    "recording_id": null,
    "artist": "Versus",
    "artist_ids": [
        "ee7db106-6996-42a9-981d-b2d55a9b8366"
    ],
    "album": "Ex Voto",
    "release_id": "6ab2fbae-9218-4a67-96b4-94eb96aeb23b",
    "release_group_id": null,
    "labels": [
        "Ernest Jenning Record Co."
    ],
    "label_ids": [
        "ebef98f4-00a9-4364-bb68-8534034964bb"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LIVE on KEXP - TODAY at 1.00 pm on the Midday Show // Playing tonight at the Hotel Albatross with Medejin and Plus/Minus!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}