Information about plays

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

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

{
    "id": 350927,
    "uri": "https://api.kexp.org/v2/plays/350927/?format=api",
    "airdate": "2019-07-06T16:33:59-07:00",
    "show": 5845,
    "show_uri": "https://api.kexp.org/v2/shows/5845/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eu sambo mesmo",
    "track_id": "e5f78814-f674-3ec0-9067-3349c70ddd78",
    "recording_id": null,
    "artist": "João Gilberto",
    "artist_ids": [
        "286ec4c2-b5ca-4f85-b331-280a6d73dd14"
    ],
    "album": "João",
    "release_id": "70283bf8-56af-4998-8291-0760356d98f4",
    "release_group_id": null,
    "labels": [
        "PolyGram Records, Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "João Gilberto, a pioneer of bossa nova, has passed away at 88. https://cnn.it/329yfdE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}