Information about plays

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

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

{
    "id": 348266,
    "uri": "https://api.kexp.org/v2/plays/348266/?format=api",
    "airdate": "2019-06-30T14:21:05-07:00",
    "show": 5804,
    "show_uri": "https://api.kexp.org/v2/shows/5804/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "UR Paranoid",
    "track_id": "339705d0-45e5-4968-ac31-13cb23382182",
    "recording_id": null,
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "UR Paranoid / Off the Grid",
    "release_id": "c40c151b-fed5-4dab-8bd1-2e36a54c5898",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-05-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing their high-energy antics on Wednesday October 2 at The Crocodile. http://chkchkchk.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}