Information about plays

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

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

{
    "id": 347769,
    "uri": "https://api.kexp.org/v2/plays/347769/?format=api",
    "airdate": "2019-06-29T09:36:51-07:00",
    "show": 5792,
    "show_uri": "https://api.kexp.org/v2/shows/5792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock and a Hard Place",
    "track_id": "57ddc3cd-d952-3081-bb06-07e69cd8d380",
    "recording_id": null,
    "artist": "Clinton Fearon",
    "artist_ids": [
        "a35b742a-be8f-4952-8417-2df7ad997216"
    ],
    "album": "Mi Deh Yah",
    "release_id": "fee5bc55-e39e-43ad-8dd1-7516d3992970",
    "release_group_id": null,
    "labels": [
        "Makasound"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Friday October 18, Clinton Fearon LIVE at Le Gueulard, Nilvange, France!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}